/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int read()':
/in/foo.cc:17: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:17: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 Wrong Answer 2ms 340.0 KiB
#2 Accepted 1ms 380.0 KiB
#3 Accepted 2ms 364.0 KiB
#4 Accepted 1ms 376.0 KiB
#5 Accepted 2ms 364.0 KiB
#6 Accepted 3ms 384.0 KiB
#7 Accepted 4ms 2.34 MiB
#8 Wrong Answer 18ms 2.5 MiB
#9 Accepted 16ms 1.359 MiB
#10 Accepted 23ms 1.359 MiB

信息

递交者
类型
递交
题目
P1761 统计单词数
语言
C++
递交时间
2018-07-14 19:15:26
评测时间
2018-07-14 19:15:26
评测机
分数
80
总耗时
76ms
峰值内存
2.5 MiB