/ Vijos /

记录详情

Accepted

/in/foo.cc: In constructor 'E::E(int, int, T, int)':
/in/foo.cc:25:21: warning: 'E::cost' will be initialized after [-Wreorder]
  int to,flow,next;T cost;
                     ^
/in/foo.cc:25:14: warning:   'int E::next' [-Wreorder]
  int to,flow,next;T cost;
              ^
/in/foo.cc:26:2: warning:   when initialized here [-Wreorder]
  E(int to=0,int flow=0,T cost=0,int next=0):to(to),flow(flow),cost(cost),next(next){}
  ^
# 状态 耗时 内存占用
#1 Accepted 5ms 7.875 MiB
#2 Accepted 3ms 7.895 MiB
#3 Accepted 8ms 7.836 MiB
#4 Accepted 8ms 7.875 MiB
#5 Accepted 5ms 7.977 MiB
#6 Accepted 15ms 7.922 MiB
#7 Accepted 53ms 7.875 MiB
#8 Accepted 100ms 7.988 MiB
#9 Accepted 239ms 7.961 MiB
#10 Accepted 598ms 7.969 MiB

信息

递交者
类型
递交
题目
P1825 志愿者招募
语言
C++
递交时间
2017-03-20 15:35:03
评测时间
2017-03-20 15:35:03
评测机
分数
100
总耗时
1038ms
峰值内存
7.988 MiB