http://poj.org/problem?id=2796 Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 15375 Accepted: 4252 Case Time Limit: 1000MS Special Judge h ...
分类:
其他好文 时间:
2017-08-18 20:03:16
阅读次数:
170
题目大意:叫你写一个判断答案的系统。 解题思路:模拟即可。AC条件为,答案条数相等,所有字符相等。PE条件为,答案条数可能不等,所有数字字符相等。其他为WA。 UVa现在的C++已经不支持gets了,于是CE了几发。C++11仍然支持,所以下面代码需在C++11下评测。 C++ Code: ...
分类:
其他好文 时间:
2017-08-17 10:28:55
阅读次数:
143
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-16 19:19:02
阅读次数:
189
#define ret_ok 0 #define ret_err 1 int a[] = {31, 28, 31, 30, 31, 30, 31,31, 30, 31, 30, 31}; int judge_day(int Year, int Month, int Day, int *result_ ...
分类:
其他好文 时间:
2017-08-16 17:16:11
阅读次数:
115
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-14 23:44:38
阅读次数:
258
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-14 21:26:45
阅读次数:
167
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-14 10:20:10
阅读次数:
172
Sudoku Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 21055 Accepted: 10043 Special Judge Description Sudoku is a very simple task. A squa ...
分类:
其他好文 时间:
2017-08-13 20:52:04
阅读次数:
212
6003. 「网络流 24 题」魔术球 内存限制:256 MiB时间限制:1000 ms标准输入输出 题目类型:传统评测方式:Special Judge 上传者: 匿名 6003. 「网络流 24 题」魔术球 6003. 「网络流 24 题」魔术球 内存限制:256 MiB时间限制:1000 ms标 ...
分类:
其他好文 时间:
2017-08-13 13:26:52
阅读次数:
244
#6004. 「网络流 24 题」圆桌聚餐 内存限制:256 MiB时间限制:5000 ms标准输入输出 题目类型:传统评测方式:Special Judge 上传者: 匿名 #6004. 「网络流 24 题」圆桌聚餐 #6004. 「网络流 24 题」圆桌聚餐 内存限制:256 MiB时间限制:50 ...
分类:
其他好文 时间:
2017-08-13 13:24:41
阅读次数:
157