/ 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<=x&&ny>=1&&ny<=y&&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 102ms 6.309 MiB
#2 Wrong Answer 15ms 4.391 MiB
#3 Wrong Answer 35ms 2.531 MiB
#4 Wrong Answer 8ms 1.141 MiB
#5 Wrong Answer 71ms 4.43 MiB
#6 Wrong Answer 9ms 1.129 MiB
#7 Wrong Answer 10ms 2.074 MiB
#8 Wrong Answer 50ms 3.141 MiB
#9 Wrong Answer 23ms 2.379 MiB
#10 Wrong Answer 103ms 5.773 MiB

信息

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