/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'bool SPFA(long long int, long long int)':
/in/foo.cc:75:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int z = 0; z < edge[x].size(); z++) {
                         ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'newpair ZKW_DFS(long long int, long long int, long long int)':
/in/foo.cc:129:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int& z = head[x]; z < edge[x].size(); z++) {
                            ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void costflow()':
/in/foo.cc:155:40: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         while (ans = ZKW_DFS(0, st, inf)) {
                                        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:178:24: warning: unused variable 'flow' [-Wunused-variable]
     int x, y = 1, tmp, flow, weight=1;
                        ^~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1000ms ≥476.0 KiB
#2 Time Exceeded ≥1000ms ≥464.0 KiB
#3 Time Exceeded ≥1001ms ≥484.0 KiB
#4 Time Exceeded ≥1001ms ≥464.0 KiB
#5 Time Exceeded ≥1000ms ≥6.406 MiB
#6 Time Exceeded ≥1001ms ≥1.078 MiB
#7 Time Exceeded ≥1001ms ≥9.762 MiB
#8 Wrong Answer 1ms 464.0 KiB
#9 Time Exceeded ≥1002ms ≥14.066 MiB
#10 Time Exceeded ≥1006ms ≥988.0 KiB

信息

递交者
类型
递交
题目
P1692 Miku_兩個人焰火
语言
C++
递交时间
2020-09-18 14:40:39
评测时间
2020-09-18 14:40:39
评测机
分数
0
总耗时
≥9019ms
峰值内存
≥14.066 MiB