Network Saboteur
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 9544
Accepted: 4542
Description
A university network is composed of N computers. Syste...
分类:
Web程序 时间:
2015-02-21 09:45:16
阅读次数:
134
Pascal Library
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 5445
Accepted: 2610
Description
Pascal University, one of the oldest in the country, needs...
分类:
其他好文 时间:
2015-02-18 09:36:20
阅读次数:
170
Network SaboteurTime Limit:2000MSMemory Limit:65536KTotal Submissions:9531Accepted:4533DescriptionA university network is composed of N computers. Sys...
分类:
其他好文 时间:
2015-02-12 13:57:24
阅读次数:
151
问题陈述: 杭州电子科技大学 HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1018问题解析: 公式一: n! = 10^m => lg(10^m) = lg(n!) => m = lg(n) + lg(n-1) + lg(n-2) +...
分类:
其他好文 时间:
2015-02-12 01:56:42
阅读次数:
185
问题陈述: 杭州电子科技大学 HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1012问题解析: 简单题,注意输出格式。引入头文件,调用setprecision()函数设置精度。代码详解: 1 #include 2 #include 3 #...
分类:
其他好文 时间:
2015-02-12 00:35:00
阅读次数:
190
问题陈述: 杭州电子科技大学 HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1008问题分析: 简单题。代码详解: 1 #include 2 #include 3 4 using namespace std; 5 6 int main...
分类:
其他好文 时间:
2015-02-12 00:31:32
阅读次数:
137
图:机器人科学家 “夏娃”Date:February 3, 2015Source:University of CambridgeSummary:Eve, an artificially intelligent 'robot scientist' could make drug discovery f...
分类:
其他好文 时间:
2015-02-11 00:28:04
阅读次数:
274
DominationTime Limit: 8 Seconds Memory Limit: 131072 KB Special Judge Edward is the headmaster of Marjar University. He is enthusiastic about chess and often plays chess with his friends. Wha...
分类:
其他好文 时间:
2015-02-10 23:13:32
阅读次数:
267
问题陈述: 杭州电子科技大学HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1005问题解析: 最初看到这个题目,第一感觉直接套公式递归求解,结果报Runtime Error STACK_OVERFLOW。递归层太多,导致栈溢出。再次分析发现,.....
分类:
其他好文 时间:
2015-02-10 22:52:49
阅读次数:
216
问题陈述: 杭州电子科技大学HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1004问题解析: 输出每组数据中出现次数最多的颜色。代码详解: 1 #include 2 #include 3 #include 4 5 using na...
分类:
其他好文 时间:
2015-02-09 00:43:54
阅读次数:
267