记录详情

Accepted

/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 Accepted 10ms 14.203 MiB
#2 Accepted 10ms 14.18 MiB
#3 Accepted 10ms 14.188 MiB
#4 Accepted 25ms 14.191 MiB
#5 Accepted 43ms 14.188 MiB
#6 Accepted 150ms 36.172 MiB
#7 Accepted 157ms 36.074 MiB
#8 Accepted 166ms 36.176 MiB
#9 Accepted 123ms 34.188 MiB
#10 Accepted 118ms 34.195 MiB
#11 Accepted 121ms 34.188 MiB
#12 Accepted 116ms 34.18 MiB
#13 Accepted 196ms 35.078 MiB
#14 Accepted 196ms 35.055 MiB
#15 Accepted 199ms 35.016 MiB
#16 Accepted 216ms 35.07 MiB
#17 Accepted 133ms 33.945 MiB
#18 Accepted 196ms 33.926 MiB
#19 Accepted 198ms 33.828 MiB
#20 Accepted 582ms 66.801 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2018-12-02 13:26:57
评测时间
2018-12-02 13:26:57
评测机
分数
100
总耗时
2974ms
峰值内存
66.801 MiB