G. Robots time limit per test 5.0 s memory limit per test 256 MB input standard input output standard output G. Robots time limit per test 5.0 s time ...
分类:
其他好文 时间:
2019-02-13 22:33:50
阅读次数:
178
"1297. Palindrome" Time limit: 1.0 second Memory limit: 64 MB The “U.S. Robots” HQ has just received a rather alarming anonymous letter. It states tha ...
分类:
编程语言 时间:
2019-02-07 20:34:01
阅读次数:
144
Runtime: 4 ms; Memory Usage: 5 MB (好高啊魂淡!again 我懒死算了这样下去欠了多少债 //大致是参考solution1的思路 bool compare(pair<int,char>a, pair<int,char>b) { return a.first>b.fi ...
分类:
其他好文 时间:
2019-02-06 19:42:38
阅读次数:
191
换位置游戏 时间限制: 1 Sec 内存限制: 128 MB 题目描述 N 个小朋友(编号为 1 到 N)正在玩一个换位置游戏。从左到右依次排列着 N 个凳子 (编号为 1 到 N,最左边的为 1 号凳子,最右边的为 N 号凳子),每个凳子上都有一个数字 (凳脚处红色数字),每个数字互不相同,且都是 ...
分类:
其他好文 时间:
2019-02-05 09:19:27
阅读次数:
421
删数字 时间限制:?1 Sec 内存限制:?128 MB 题目描述 奶牛在数学课上学习了整除的概念。农夫Farmer John为了考验它的数学水平,于是在白纸上写了正整数T。由于农夫不喜欢数字0,所以正整数T是不含数字0的。奶牛可以删除T的若干位数字,剩下来的数字从左到右构成一个正整数P,使得正整数 ...
分类:
其他好文 时间:
2019-02-04 12:55:18
阅读次数:
622
前几天看mike的ppt发现有线段树的题,就挑了第一道题搞搞吧,然后就gg了,花了三天时间总算搞掉了 先放题: 775. 山海经 ★★★☆ 输入文件:hill.in 输出文件:hill.out 简单对比时间限制:1 s 内存限制:128 MB 【问题描述】 “南山之首日鹊山。其首日招摇之山,临于西海 ...
分类:
其他好文 时间:
2019-02-02 15:55:39
阅读次数:
214
col tablespace_name for a40 col CUR_PCT for a10 col EXT_PCT for a10 select tablespace, current_used_mb, total_mb, can_extend_mb, trunc(current_used_mb... ...
分类:
其他好文 时间:
2019-01-27 10:48:02
阅读次数:
210
传送门:https://acm.ecnu.edu.cn/contest/126/ C. 唐纳德先生与这真的是签到题吗 单测试点时限: 6.0 秒 内存限制: 1024 MB 单测试点时限: 6.0 秒 内存限制: 1024 MB 单测试点时限: 6.0 秒 内存限制: 1024 MB 唐纳德先生在出 ...
分类:
其他好文 时间:
2019-01-20 15:09:59
阅读次数:
258
I - Coins Time Limit: 2 sec / Memory Limit: 1024 MB Score : 100100 points Problem Statement Let NN be a positive odd number. There are NN coins, numbe ...
分类:
其他好文 时间:
2019-01-17 00:36:58
阅读次数:
240
E - Knapsack 2 Time Limit: 2 sec / Memory Limit: 1024 MB Score : 100100 points Problem Statement There are NN items, numbered 1,2,…,N1,2,…,N. For each ...
分类:
其他好文 时间:
2019-01-16 00:14:01
阅读次数:
288