码迷,mamicode.com
首页 >  
搜索关键字:vitual judge    ( 1412个结果
POJ——T 2796 Feel Good
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
[UVa10188]Automated Judge Script
题目大意:叫你写一个判断答案的系统。 解题思路:模拟即可。AC条件为,答案条数相等,所有字符相等。PE条件为,答案条数可能不等,所有数字字符相等。其他为WA。 UVa现在的C++已经不支持gets了,于是CE了几发。C++11仍然支持,所以下面代码需在C++11下评测。 C++ Code: ...
分类:其他好文   时间:2017-08-17 10:28:55    阅读次数:143
leetcode 657. Judge Route Circle
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
657. Judge Route Circle 判断线路成圆
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
657. Judge Route Circle
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
Judge Route Circle
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
POJ2676 Sudoku
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
LiberOJ 6003. 「网络流 24 题」魔术球 贪心或者最小路径覆盖
6003. 「网络流 24 题」魔术球 内存限制:256 MiB时间限制:1000 ms标准输入输出 题目类型:传统评测方式:Special Judge 上传者: 匿名 6003. 「网络流 24 题」魔术球 6003. 「网络流 24 题」魔术球 内存限制:256 MiB时间限制:1000 ms标 ...
分类:其他好文   时间:2017-08-13 13:26:52    阅读次数:244
LiberOJ 6004. 「网络流 24 题」圆桌聚餐 网络流版子题
#6004. 「网络流 24 题」圆桌聚餐 内存限制:256 MiB时间限制:5000 ms标准输入输出 题目类型:传统评测方式:Special Judge 上传者: 匿名 #6004. 「网络流 24 题」圆桌聚餐 #6004. 「网络流 24 题」圆桌聚餐 内存限制:256 MiB时间限制:50 ...
分类:其他好文   时间:2017-08-13 13:24:41    阅读次数:157
1412条   上一页 1 ... 37 38 39 40 41 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!