/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void work()':
foo.cc:76:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   76 |             for (int y = 0; y < R; y++)
      |             ^~~
foo.cc:78:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   78 |                 continue;
      |                 ^~~~~~~~
foo.cc:80:13: warning: 'DX' may be used uninitialized in this function [-Wmaybe-uninitialized]
   80 |         int DX;
      |             ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Wrong Answer Read No, expect Yes,. 2ms 512.0 KiB
#7 Wrong Answer Read No, expect Yes,. 2ms 384.0 KiB
#8 Wrong Answer Standard answer longer than user output. 2ms 384.0 KiB
#9 Wrong Answer Standard answer longer than user output. 2ms 384.0 KiB
#10 Wrong Answer Standard answer longer than user output. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1860 拼图
语言
C++
递交时间
2022-07-30 01:40:06
评测时间
2022-07-30 01:40:06
评测机
分数
50
总耗时
24ms
峰值内存
512.0 KiB