记录详情

Wrong Answer

/in/foo.cc: In function 'void io::gi(I&)':
/in/foo.cc:24:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (x = 0; c <= '9' && c >= '0'; c = gc()) x = (x << 1) + (x << 3) + (c & 15); x *= f;
   ^~~
/in/foo.cc:24:83: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for (x = 0; c <= '9' && c >= '0'; c = gc()) x = (x << 1) + (x << 3) + (c & 15); x *= f;
                                                                                   ^
/in/foo.cc: In function 'void io::print(I)':
/in/foo.cc:29:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
   ^~
/in/foo.cc:29:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
                       ^~
# 状态 耗时 内存占用
#1 Wrong Answer 40ms 14.188 MiB
#2 Wrong Answer 39ms 14.195 MiB
#3 Wrong Answer 44ms 14.184 MiB
#4 Wrong Answer 42ms 14.18 MiB
#5 Wrong Answer 47ms 14.203 MiB
#6 Wrong Answer 162ms 36.117 MiB
#7 Wrong Answer 155ms 36.105 MiB
#8 Wrong Answer 169ms 36.105 MiB
#9 Accepted 106ms 34.188 MiB
#10 Accepted 113ms 34.176 MiB
#11 Accepted 106ms 34.203 MiB
#12 Accepted 110ms 34.18 MiB
#13 Wrong Answer 168ms 35.02 MiB
#14 Wrong Answer 185ms 35.02 MiB
#15 Wrong Answer 172ms 35.02 MiB
#16 Wrong Answer 165ms 35.016 MiB
#17 Wrong Answer 179ms 33.906 MiB
#18 Wrong Answer 201ms 33.895 MiB
#19 Wrong Answer 176ms 33.898 MiB
#20 Wrong Answer 565ms 66.852 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2018-12-02 13:21:38
评测时间
2018-12-02 13:21:38
评测机
分数
20
总耗时
2953ms
峰值内存
66.852 MiB