/ Vijos /

记录详情

Time Exceeded

/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 Time Exceeded ≥1005ms ≥356.0 KiB
#2 Time Exceeded ≥1005ms ≥356.0 KiB
#3 Time Exceeded ≥1058ms ≥2.344 MiB
#4 Time Exceeded ≥1056ms ≥2.344 MiB
#5 Time Exceeded ≥1002ms ≥2.363 MiB
#6 Time Exceeded ≥1003ms ≥384.0 KiB
#7 Time Exceeded ≥1059ms ≥512.0 KiB
#8 Time Exceeded ≥1059ms ≥1.336 MiB
#9 Time Exceeded ≥1007ms ≥1.359 MiB
#10 Time Exceeded ≥1005ms ≥1.375 MiB

信息

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