码迷,mamicode.com
首页 >  
搜索关键字:vitual judge    ( 1412个结果
poj1734Sightseeing trip
Sightseeing trip Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6811 Accepted: 2602 Special Judge Description There is a travel agency in ...
分类:其他好文   时间:2017-06-29 00:55:26    阅读次数:202
回文字符串
import java.util.Scanner; /** * 给出一个长度不超过1000的字符串,判断它是不是回文(顺读,逆读均相同)的 * @author kif * */ public class Palindrome { public static void judge(String str... ...
分类:其他好文   时间:2017-06-24 22:50:00    阅读次数:208
中国MOOC_面向对象程序设计——Java语言_期末考试编程题_1细胞自动机
期末考试编程题 返回 这是期末考试的编程题 温馨提示: 1.本次考试属于Online Judge题目,提交后由系统即时判分。 2.学生可以在考试截止时间之前提交答案,系统将取其中的最高分作为最终成绩。 1 细胞自动机(30分) 题目内容: 这是细胞自动机的非图形版本。细胞自动机是指在一个二维网格内, ...
分类:编程语言   时间:2017-06-24 00:22:16    阅读次数:796
ZOJ 3728 Collision
Collision Time Limit: 2 Seconds Memory Limit: 65536 KB Special Judge There's a round medal fixed on an ideal smooth table, Fancy is trying to throw so ...
分类:其他好文   时间:2017-06-22 20:11:59    阅读次数:285
fdd
#include <iostream> //输出流#include <cctype> //judge if the letter or not#include <fstream> //about the fopen#include <iomanip> //about the digit precis ...
分类:其他好文   时间:2017-06-17 19:41:08    阅读次数:190
poj 1426 Find The Multiple
poj 1426 的传送门 Language: Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 21735 Accepted: 8939 Special Judge Description Gi ...
分类:其他好文   时间:2017-06-14 16:28:33    阅读次数:196
POJ 3155 Hard Life(最大密度子图+改进算法)
Hard Life Time Limit: 8000MS Memory Limit: 65536K Total Submissions: 9012 Accepted: 2614 Case Time Limit: 2000MS Special Judge Description John is a C ...
分类:编程语言   时间:2017-06-13 14:20:17    阅读次数:288
POJ3684 Physics Experiment 【物理】
Physics Experiment Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1031 Accepted: 365 Special Judge Description Simon is doing a physics ex ...
分类:其他好文   时间:2017-06-09 20:22:58    阅读次数:232
BZOJ 1088 水模拟
BZOJ水一道~ 枚举前两个位置是否放雷,模拟向下推。能够则ans++ #include "stdio.h" #include "string.h" int a[10010],b[10010],n; int judge() { int i; for (i=3;i<=n;i++) { b[i]=a[i ...
分类:其他好文   时间:2017-06-08 22:29:52    阅读次数:197
Special Judge Ⅱ
Problem Description Q:什么是 Special Judge,Special Judge 的题目有什么不同? A:一个题目可以接受多种正确答案,即有多组解的时候,题目就必须被 Special Judge。Special Judge 程序使用输入数据和一些其他信息来判答程序的输出,并 ...
分类:其他好文   时间:2017-06-07 22:27:58    阅读次数:223
1412条   上一页 1 ... 43 44 45 46 47 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!