/ 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 6ms 22.496 MiB
#2 Wrong Answer 5ms 20.324 MiB
#3 Wrong Answer 15ms 46.824 MiB
#4 Wrong Answer 87ms 25.938 MiB
#5 Wrong Answer 137ms 32.953 MiB
#6 Wrong Answer 222ms 53.062 MiB
#7 Wrong Answer 265ms 39.816 MiB
#8 Wrong Answer 168ms 59.07 MiB
#9 Wrong Answer 252ms 46.07 MiB
#10 Wrong Answer 295ms 46.188 MiB

信息

递交者
类型
递交
题目
P1827 糖果雨
语言
C++
递交时间
2017-10-22 20:44:57
评测时间
2017-10-22 20:44:57
评测机
分数
0
总耗时
1456ms
峰值内存
59.07 MiB