/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:21:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(; isdigit(ch); ch = getchar()) x = x * 10 + ch - '0'; return x * f;
     ^~~
/in/foo.cc:21:63: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(; isdigit(ch); ch = getchar()) x = x * 10 + ch - '0'; return x * f;
                                                               ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 368.0 KiB
#2 Accepted 4ms 376.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Accepted 4ms 256.0 KiB
#6 Accepted 5ms 260.0 KiB
#7 Accepted 3ms 256.0 KiB
#8 Accepted 4ms 356.0 KiB
#9 Accepted 3ms 348.0 KiB
#10 Accepted 3ms 352.0 KiB
#11 Accepted 3ms 368.0 KiB
#12 Accepted 4ms 380.0 KiB
#13 Accepted 12ms 384.0 KiB
#14 Accepted 22ms 380.0 KiB
#15 Accepted 36ms 460.0 KiB
#16 Accepted 88ms 488.0 KiB
#17 Accepted 124ms 488.0 KiB
#18 Accepted 171ms 384.0 KiB
#19 Accepted 182ms 512.0 KiB
#20 Accepted 192ms 504.0 KiB

信息

递交者
类型
递交
题目
P1741 观光公交
语言
C++
递交时间
2017-11-01 09:38:57
评测时间
2017-11-01 09:38:57
评测机
分数
100
总耗时
880ms
峰值内存
512.0 KiB