/ Vijos /

记录详情

Time Exceeded

/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;
                                                            ^~~~~~
/in/foo.cc: In function 'int addflow(int, int)':
/in/foo.cc:51:9: warning: 'add' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return add;
         ^~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥2003ms ≥2.309 MiB
#2 Time Exceeded ≥2005ms ≥2.25 MiB
#3 Time Exceeded ≥2020ms ≥2.25 MiB
#4 Time Exceeded ≥2002ms ≥2.25 MiB
#5 Time Exceeded ≥2007ms ≥2.25 MiB
#6 Time Exceeded ≥2005ms ≥2.25 MiB
#7 Time Exceeded ≥2003ms ≥2.34 MiB
#8 Time Exceeded ≥2004ms ≥2.336 MiB
#9 Time Exceeded ≥2006ms ≥2.336 MiB
#10 Time Exceeded ≥2007ms ≥2.25 MiB

信息

递交者
类型
递交
题目
P1825 志愿者招募
语言
C++
递交时间
2017-07-29 18:55:16
评测时间
2017-07-29 18:55:16
评测机
分数
0
总耗时
≥20066ms
峰值内存
≥2.34 MiB