/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int dfs(int, int)':
/in/foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(nx>=1&&nx<=r&&ny>=1&&ny<=c&&a[x][y]<a[nx][ny])
   ^~
/in/foo.cc:12:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    f[x][y]++;
    ^
# 状态 耗时 内存占用
#1 Wrong Answer 67ms 6.332 MiB
#2 Wrong Answer 15ms 4.402 MiB
#3 Wrong Answer 21ms 2.48 MiB
#4 Wrong Answer 5ms 1.242 MiB
#5 Wrong Answer 42ms 4.418 MiB
#6 Wrong Answer 5ms 1.109 MiB
#7 Wrong Answer 6ms 1.996 MiB
#8 Wrong Answer 29ms 3.203 MiB
#9 Wrong Answer 13ms 2.523 MiB
#10 Wrong Answer 62ms 5.816 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2024-11-16 21:25:23
评测时间
2024-11-16 21:25:23
评测机
分数
0
总耗时
271ms
峰值内存
6.332 MiB