/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int sum(int, int, int)':
/in/foo.cc:27:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (x<0 || y<0) return 0; int k = 0;
     ^~
/in/foo.cc:27:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (x<0 || y<0) return 0; int k = 0;
                               ^~~
/in/foo.cc:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (++x > n) x = n+1; if (++y > m) y = m+1;    
     ^~
/in/foo.cc:28:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (++x > n) x = n+1; if (++y > m) y = m+1;    
                           ^~
# 状态 耗时 内存占用
#1 Wrong Answer 10ms 24.32 MiB
#2 Wrong Answer 9ms 22.324 MiB
#3 Wrong Answer 14ms 16.562 MiB
#4 Wrong Answer 86ms 8.711 MiB
#5 Wrong Answer 170ms 54.941 MiB
#6 Wrong Answer 259ms 32.945 MiB
#7 Wrong Answer 280ms 56.695 MiB
#8 Wrong Answer 157ms 58.949 MiB
#9 Wrong Answer 279ms 46.188 MiB
#10 Wrong Answer 304ms 58.324 MiB

信息

递交者
类型
递交
题目
P1827 糖果雨
语言
C++
递交时间
2017-10-22 21:12:58
评测时间
2017-10-22 21:12:58
评测机
分数
0
总耗时
1572ms
峰值内存
58.949 MiB