/ StarOI /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:118:9: warning: unused variable 'u' [-Wunused-variable]
  int T, u, v, i, j; T=1;
         ^
/in/foo.cc:118:12: warning: unused variable 'v' [-Wunused-variable]
  int T, u, v, i, j; T=1;
            ^
/in/foo.cc: In function 'int sap(int, int, int)':
/in/foo.cc:74:27: warning: 'inser' may be used uninitialized in this function [-Wmaybe-uninitialized]
             u = edge[S[top]^1].to;
                      ~~~~~^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.816 MiB
#2 Accepted 2ms 1.797 MiB
#3 Accepted 2ms 1.824 MiB
#4 Accepted 2ms 1.824 MiB
#5 Accepted 2ms 1.824 MiB
#6 Accepted 2ms 1.82 MiB
#7 Accepted 2ms 1.824 MiB
#8 Accepted 3ms 1.82 MiB
#9 Accepted 2ms 1.824 MiB
#10 Accepted 2ms 1.812 MiB

信息

递交者
类型
递交
题目
逃逸问题
语言
C++
递交时间
2018-12-17 00:23:51
评测时间
2018-12-17 21:40:33
评测机
分数
100
总耗时
25ms
峰值内存
1.824 MiB