记录详情

Accepted

/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:32:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while ((c = getchar()) < '0' || c > '9'); x = c - '0';
     ^~~~~
/in/foo.cc:32:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while ((c = getchar()) < '0' || c > '9'); x = c - '0';
                                               ^
# 状态 耗时 内存占用
#1 Accepted 90ms 9.375 MiB
#2 Accepted 96ms 9.402 MiB
#3 Accepted 558ms 11.055 MiB
#4 Accepted 93ms 10.375 MiB
#5 Accepted 555ms 11.0 MiB
#6 Accepted 563ms 11.125 MiB
#7 Accepted 724ms 28.34 MiB
#8 Accepted 718ms 28.383 MiB
#9 Accepted 674ms 26.793 MiB
#10 Accepted 707ms 28.559 MiB

信息

递交者
类型
递交
题目
好奇的小明
语言
C++
递交时间
2017-08-27 16:25:20
评测时间
2017-08-27 16:25:20
评测机
分数
100
总耗时
4783ms
峰值内存
28.559 MiB