2017年10月10日
摘要:
freopen - C/C++文件输入输出利器 freopen - C/C++文件输入输出利器 freopen以前经常使用,比较方便,可以当作模板,在中间替换为自己的代码即可使用。 [cpp] view plain copy #include <stdio.h> // 实际使用中发现freopen也
阅读全文
posted @ 2017-10-10 17:01
bigganbing
阅读(529)
推荐(0)
2017年9月2日
摘要:
Problem Description As we all know the Train Problem I, the boss of the Ignatius Train Station want to know if all the trains come in strict-increasin
阅读全文
posted @ 2017-09-02 10:39
bigganbing
阅读(187)
推荐(0)
2017年8月31日
摘要:
Problem Description A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of nu
阅读全文
posted @ 2017-08-31 12:58
bigganbing
阅读(119)
推荐(0)
摘要:
Problem Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! Input One N in one line, process to the end of file. Output For ea
阅读全文
posted @ 2017-08-31 10:39
bigganbing
阅读(307)
推荐(0)
2017年8月30日
摘要:
STL容器 1.序列式容器 : vector,deque,list。 每个元素都有固定的位置(取决于插入的时机和位置,与元素值无关)。 vector 特点: 将一个元素置于一个动态数组中加以管理,可以随机存取元素。在数组尾部添加或删除元素非常快速,但是在中部或头部插入或删除元素比较耗时。 deque
阅读全文
posted @ 2017-08-30 17:38
bigganbing
阅读(240)
推荐(0)
2017年8月29日
摘要:
Ignatius and the Princess IV Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32767 K (Java/Others)Total Submission(s): 34530 Accepted Submi
阅读全文
posted @ 2017-08-29 14:52
bigganbing
阅读(184)
推荐(0)
2017年8月28日
摘要:
Ignatius and the Princess I Problem Description Now our hero finds the door to the BEelzebub feng5166. He opens the door and finds feng5166 is about t
阅读全文
posted @ 2017-08-28 20:48
bigganbing
阅读(167)
推荐(0)
2017年8月26日
摘要:
1.问题 H: 崩溃的oj时间限制: 1 Sec 内存限制: 128 MB提交: 211 解决: 96[提交][状态][讨论版]题目描述你们总说oj崩了oj又打不开了但是你们有考虑过oj也很辛苦了吗oj也很累啊你们没有你们只想着你们自己你们只想着交作业//貌似没毛病,剧情反转言归正传,不讲段子了,o
阅读全文
posted @ 2017-08-26 13:43
bigganbing
阅读(373)
推荐(0)
摘要:
Safecracker Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 15066 Accepted Submission(s): 7946 Pr
阅读全文
posted @ 2017-08-26 13:11
bigganbing
阅读(136)
推荐(0)
摘要:
Tempter of the Bone Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 128878 Accepted Submission(s)
阅读全文
posted @ 2017-08-26 12:17
bigganbing
阅读(190)
推荐(0)