/ Vijos /

记录详情

Accepted

/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 Accepted 14ms 332.0 KiB
#2 Accepted 13ms 368.0 KiB
#3 Accepted 10ms 384.0 KiB
#4 Accepted 16ms 352.0 KiB
#5 Accepted 13ms 256.0 KiB
#6 Accepted 4ms 204.0 KiB
#7 Accepted 5ms 384.0 KiB
#8 Accepted 4ms 256.0 KiB
#9 Accepted 4ms 360.0 KiB
#10 Accepted 2ms 380.0 KiB

信息

递交者
类型
递交
题目
P1836 HYS与七夕节大作战
语言
C++
递交时间
2018-09-11 19:41:55
评测时间
2018-09-11 19:41:55
评测机
分数
100
总耗时
90ms
峰值内存
384.0 KiB