/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void wer(T)':
/in/foo.cc:18:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(z[++Z]=(x%10)^48,x/=10);if(y)z[++Z]='-';
     ^~~~~
/in/foo.cc:18:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(z[++Z]=(x%10)^48,x/=10);if(y)z[++Z]='-';
                                   ^~
/in/foo.cc:19:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(sr[++C]=z[Z],--Z);sr[++C]='\n';
     ^~~~~
/in/foo.cc:19:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(sr[++C]=z[Z],--Z);sr[++C]='\n';
                             ^~
# 状态 耗时 内存占用
#1 Wrong Answer 35ms 37.227 MiB
#2 Wrong Answer 29ms 32.254 MiB
#3 Wrong Answer 23ms 22.625 MiB
#4 Wrong Answer 24ms 38.875 MiB
#5 Wrong Answer 25ms 30.75 MiB
#6 Wrong Answer 12ms 8.375 MiB
#7 Wrong Answer 9ms 13.0 MiB
#8 Wrong Answer 8ms 8.453 MiB
#9 Wrong Answer 7ms 13.102 MiB
#10 Wrong Answer 5ms 6.348 MiB

信息

递交者
类型
递交
题目
P1836 HYS与七夕节大作战
语言
C++
递交时间
2018-09-11 19:34:38
评测时间
2018-09-11 19:34:38
评测机
分数
0
总耗时
181ms
峰值内存
38.875 MiB