Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:32:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (mainOrAux[i]>0) ^ /in/foo.cc:24:14: warning: iteration 500000 invokes undefined behavior [-Waggressive-loop-optimizations] f[i] = 0; ~~~~~^~~ /in/foo.cc:23:15: note: within this loop for (i=0;i<=500000;i++) ~^~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1313 金明的预算方案
- 语言
- C++
- 递交时间
- 2018-03-06 12:33:35
- 评测时间
- 2018-03-06 12:33:35
- 评测机
- 分数
- 100
- 总耗时
- 400ms
- 峰值内存
- 11.727 MiB