记录详情

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 77ms 10.375 MiB
#2 Accepted 97ms 9.375 MiB
#3 Accepted 532ms 8.5 MiB
#4 Accepted 83ms 9.305 MiB
#5 Accepted 521ms 10.625 MiB
#6 Accepted 540ms 7.305 MiB
#7 Accepted 719ms 28.477 MiB
#8 Accepted 745ms 28.625 MiB
#9 Accepted 675ms 28.688 MiB
#10 Accepted 708ms 28.641 MiB

信息

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