Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the or ...
分类:
其他好文 时间:
2017-08-13 12:19:32
阅读次数:
151
#6002. 「网络流 24 题」最小路径覆盖 内存限制:256 MiB时间限制:1000 ms标准输入输出 题目类型:传统评测方式:Special Judge 上传者: 匿名 #6002. 「网络流 24 题」最小路径覆盖 #6002. 「网络流 24 题」最小路径覆盖 内存限制:256 MiB时 ...
分类:
其他好文 时间:
2017-08-12 12:44:53
阅读次数:
147
Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to be right when one of ...
二次联通门 : Virtual Judge Uva 10652 Board Wrapping ...
分类:
移动开发 时间:
2017-08-09 13:06:11
阅读次数:
238
Priest John's Busiest Day Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 10151 Accepted: 3475 Special Judge Description John is the only p ...
分类:
其他好文 时间:
2017-08-07 22:25:22
阅读次数:
208
#6001. 「网络流 24 题」太空飞行计划 内存限制:256 MiB时间限制:1000 ms标准输入输出 题目类型:传统评测方式:Special Judge 上传者: 匿名 #6001. 「网络流 24 题」太空飞行计划 #6001. 「网络流 24 题」太空飞行计划 内存限制:256 MiB时 ...
分类:
其他好文 时间:
2017-08-05 00:22:40
阅读次数:
281
Priest John's Busiest Day Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 10144 Accepted: 3472 Special Judge Description John is the only p ...
分类:
其他好文 时间:
2017-08-04 22:43:06
阅读次数:
210
1057. Amount of Degrees Time limit: 1.0 second Memory limit: 64 MB Create a code to determine the amount of integers, lying in the set [X;Y] and being ...
分类:
其他好文 时间:
2017-08-03 16:59:05
阅读次数:
146
Highways Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 16602 Accepted: 4864 Special Judge Description The island nation of Flatopia is pe ...
分类:
其他好文 时间:
2017-08-02 13:12:36
阅读次数:
155
有时想用一个空循环 for(int i = 0; i < N; ++i); 测试一下online judge的每秒计算次数,然而结果并不如人意,空循环次数再多,也不会出现想看到的TLE时间超时。我认为应该是编译器对提交的代码进行了优化,去掉了一些和最终函数返回值或输出无关的语句。 想要控制程序运行时 ...
分类:
其他好文 时间:
2017-08-02 10:18:23
阅读次数:
131