Sweety

Practice makes perfect

导航

2017年4月15日

摘要: 之前在编译器里遇到过相似问题,只知道把变量声明拿出来就好了,现在终于知道为什么了!!! VC定义数组时请注意大小!定义时,局部数组大小 int main() { int a[1024*1024/4-4000]; int i; for(i=0;i int a[1024*1024*470]; i... 阅读全文

posted @ 2017-04-15 17:19 蓝空 阅读(117) 评论(0) 推荐(0) 编辑

摘要: ID Origin Title 题解连接 167 / 465 Problem A HDU 1024 Max Sum Plus Plus here 234 / 372 Problem B HDU... 阅读全文

posted @ 2017-04-15 15:56 蓝空 阅读(183) 评论(0) 推荐(0) 编辑

摘要: 弱鸡表示之前都没怎么见过,简直是长见识了!!! 最近在打cf时赛后翻阅别人的代码总是会发现一个陌生而奇怪的头文件#include 奇怪之处就在于基本上所有的代码只要用了这个头文件就不再写其他头文件了。 百度过后仿佛打开了新世界的大门,头文件居然还可以这样用!!! #include... 阅读全文

posted @ 2017-04-15 15:26 蓝空 阅读(480) 评论(0) 推荐(0) 编辑

摘要: Execution of Paladin Time Limit: 2000MS Memory Limit: 65536KB Submit Statistic Problem Description Murloc is a powerful race in Hearthstone. In the... 阅读全文

posted @ 2017-04-15 14:15 蓝空 阅读(178) 评论(0) 推荐(0) 编辑

摘要: Memory Leak Time Limit: 2000MS Memory Limit: 131072KB Submit Statistic Problem Description Memory Leak is a well-known kind of bug in C/C++. When a... 阅读全文

posted @ 2017-04-15 11:10 蓝空 阅读(210) 评论(0) 推荐(0) 编辑

摘要: Triple Nim Time Limit: 2000MS Memory Limit: 65536KB Submit Statistic Problem Description Alice and Bob are always playing all kinds of Nim games a... 阅读全文

posted @ 2017-04-15 10:33 蓝空 阅读(288) 评论(0) 推荐(0) 编辑

摘要: The Binding of Isaac Time Limit: 2000MS Memory Limit: 65536KB Submit Statistic Discuss Problem Description Ok, now I will introduce this game... 阅读全文

posted @ 2017-04-15 10:21 蓝空 阅读(170) 评论(0) 推荐(0) 编辑

摘要: Swiss-system tournament Time Limit: 2000MS Memory Limit: 131072KB Submit Statistic Problem Description A Swiss-system tournament is a tournament wh... 阅读全文

posted @ 2017-04-15 09:12 蓝空 阅读(261) 评论(0) 推荐(0) 编辑