/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool mcfx::spfa(int, int)':
/in/foo.cc:29:26: warning: unused variable 'f' [-Wunused-variable]
             int v=G[i].v,f=G[i].f,c=G[i].c;
                          ^
/in/foo.cc: In function 'int mcfx::dfs(int, int, int, int)':
/in/foo.cc:41:24: warning: unused variable 'f' [-Wunused-variable]
     vis[u]=1;int ret=0,f;
                        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 320.0 KiB
#2 Accepted 1ms 440.0 KiB
#3 Accepted 2ms 320.0 KiB
#4 Accepted 2ms 448.0 KiB
#5 Accepted 4ms 448.0 KiB
#6 Accepted 3ms 444.0 KiB
#7 Accepted 13ms 572.0 KiB
#8 Accepted 24ms 700.0 KiB
#9 Accepted 72ms 704.0 KiB
#10 Accepted 136ms 956.0 KiB

信息

递交者
类型
递交
题目
P1825 志愿者招募
语言
C++
递交时间
2017-09-15 15:23:33
评测时间
2017-09-15 15:23:33
评测机
分数
100
总耗时
263ms
峰值内存
956.0 KiB