Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:9:25: warning: too many arguments for format [-Wformat-extra-args] scanf("%d",&s[i],&h[i]); ^ /in/foo.cc:19:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=] printf("%d",&mt); ^ /in/foo.cc:12:13: warning: iteration 6 invokes undefined behavior [-Waggressive-loop-optimizations] tot[i]=s[i]+h[i]; ~~~^ /in/foo.cc:10:15: note: within this loop for(int i=1;i<=7;i++) ~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1113 不高兴的津津
- 语言
- C++
- 递交时间
- 2018-09-01 14:40:09
- 评测时间
- 2018-09-01 14:40:09
- 评测机
- 分数
- 0
- 总耗时
- 30ms
- 峰值内存
- 384.0 KiB