/ Vijos /

记录详情

Accepted

foo.cpp: In constructor 'E::E(int, int, T, int)':
foo.cpp:25:21: warning: 'E::cost' will be initialized after [-Wreorder]
  int to,flow,next;T cost;
                     ^~~~
foo.cpp:25:14: warning:   'int E::next' [-Wreorder]
  int to,flow,next;T cost;
              ^~~~
foo.cpp: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 0ms 8.84 MiB
#2 Accepted 0ms 8.836 MiB
#3 Accepted 15ms 8.836 MiB
#4 Accepted 15ms 8.836 MiB
#5 Accepted 0ms 8.84 MiB

信息

递交者
类型
递交
题目
P1552 餐巾纸引发的血案
语言
C++
递交时间
2017-03-12 20:44:14
评测时间
2017-03-12 20:44:14
评测机
分数
100
总耗时
30ms
峰值内存
8.84 MiB