记录详情

Accepted

/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:14:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while ((c = getchar()) < '0' || c > '9'); x = c - '0';
     ^~~~~
/in/foo.cc:14: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 87ms 11.043 MiB
#2 Accepted 81ms 9.297 MiB
#3 Accepted 543ms 11.125 MiB
#4 Accepted 83ms 10.75 MiB
#5 Accepted 542ms 8.551 MiB
#6 Accepted 529ms 9.375 MiB
#7 Accepted 703ms 28.523 MiB
#8 Accepted 709ms 26.477 MiB
#9 Accepted 670ms 28.777 MiB
#10 Accepted 698ms 26.414 MiB

信息

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