/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:20:2: 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:20:60: 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 5ms 2.375 MiB
#2 Accepted 3ms 2.258 MiB
#3 Accepted 4ms 2.336 MiB
#4 Accepted 4ms 2.25 MiB
#5 Accepted 6ms 2.352 MiB
#6 Accepted 10ms 2.25 MiB
#7 Accepted 59ms 2.25 MiB
#8 Accepted 125ms 2.25 MiB
#9 Accepted 244ms 2.34 MiB
#10 Accepted 563ms 2.375 MiB

信息

递交者
类型
递交
题目
P1825 志愿者招募
语言
C++
递交时间
2017-07-29 19:12:58
评测时间
2017-07-29 19:12:58
评测机
分数
100
总耗时
1026ms
峰值内存
2.375 MiB