Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:60:14: warning: unused variable 'okay' [-Wunused-variable]
bool okay;
^~~~
/in/foo.cc:136:9: warning: iteration 6 invokes undefined behavior [-Waggressive-loop-optimizations]
c[j] = 0;
~~~~~^~~
/in/foo.cc:135:17: note: within this loop
for (j = 1; j <= 7; ++j)
~~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1027 PA
- 语言
- C++
- 递交时间
- 2019-11-13 16:48:03
- 评测时间
- 2019-11-13 16:48:03
- 评测机
- 分数
- 30
- 总耗时
- 1902ms
- 峰值内存
- 67.324 MiB