Strange Class
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 634 Accepted Submission(s): 343
Problem Description
In Vivid’s sch...
分类:
编程语言 时间:
2015-04-29 10:09:04
阅读次数:
170
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=4114
Nobita did use an outstanding anti-virus software, however, for some strange reason, this software did not check email attachment...
分类:
其他好文 时间:
2015-04-28 21:03:10
阅读次数:
164
dijkstra算法的简单应用。#include#include#include#include#includeusing namespace std;const int maxn = 222;int k[maxn], ji[maxn];vector abc[maxn];struct aaa{int...
分类:
其他好文 时间:
2015-04-28 20:20:57
阅读次数:
121
Time Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uDescriptionVasya has found a strange device. On the front panel of a device there a...
分类:
其他好文 时间:
2015-04-27 01:59:54
阅读次数:
143
解题报告 之 SOJ2414 Leapin' Lizards
Your platoon of wandering lizards has entered a strange room in the labyrinth you are exploring. As you are looking around for hidden treasures, one of the rookies steps on an innocent-looking stone and the room's floor sudd...
By Clint SmithAs kids, we all get advice from parents and teachers that seems strange, even confusing. This was crystallized one night for a young Cli...
分类:
其他好文 时间:
2015-04-24 15:38:24
阅读次数:
205
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3757
题面:
Strange Country II
Time Limit: 1 Second Memory Limit: 32768 KB Special Judge
You want to visit a st...
分类:
其他好文 时间:
2015-04-24 09:05:43
阅读次数:
164
某人到了一个陌生城市,这个城市的特点就是:每两个城市之间都有飞机直接到达,不是双向的,给出城市的数量n,以及n * (n - 1) / 2 条城市 x 到 城市 y 的路,(表示x 到 y 有飞机),问你是不是可以每个城市都经过并且只经过一次可以的话,输出经过的城市的路径,否则输出Impossibl...
分类:
其他好文 时间:
2015-04-23 21:39:29
阅读次数:
152
DescriptionLast years Chicago was full of gangster fights and strange murders. The chief of the police got really tired of all these crimes, and decided to arrest the mafia leaders.Unfortunately, the s...
分类:
编程语言 时间:
2015-04-22 18:14:34
阅读次数:
155