摘要:
VC定义数组时请注意大小!定义时,局部数组大小 int main() { int a[1024*1024/4-4000]; int i; for(i=0;i int a[1024*1024*470]; int main() { long int i; for(i=0;i<1024*1024... 阅读全文
摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1024Max Sum Plus PlusTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Su... 阅读全文