/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool SPFA(long long int, long long int)':
/in/foo.cc:74:27: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   74 |         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:128:30: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  128 |     for (int& z = head[x]; z < edge[x].size(); z++) {
      |                            ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void costflow()':
/in/foo.cc:154:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  154 |         while (ans = ZKW_DFS(0, st, inf)) {
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:179:19: warning: unused variable 'flow' [-Wunused-variable]
  179 |         int x, y, flow, weight;
      |                   ^~~~
# 状态 耗时 内存占用
#1 Accepted 12ms 940.0 KiB
#2 Accepted 5ms 908.0 KiB
#3 Accepted 16ms 912.0 KiB
#4 Accepted 11ms 928.0 KiB
#5 Accepted 5ms 860.0 KiB
#6 Accepted 8ms 884.0 KiB
#7 Accepted 2ms 836.0 KiB
#8 Accepted 2ms 824.0 KiB
#9 Accepted 2ms 764.0 KiB
#10 Accepted 4ms 768.0 KiB

信息

递交者
类型
递交
题目
P1525 生命之泉
语言
C++
递交时间
2025-04-15 14:34:03
评测时间
2025-04-15 14:34:03
评测机
分数
100
总耗时
72ms
峰值内存
940.0 KiB