/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool SPFA(long long int, long long int)':
/in/foo.cc:75:27: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   75 |         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 of integer expressions of different signedness: 'long long int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  129 |     for (int& z = head[x]; z < edge[x].size(); z++) {
      |                            ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void costflow()':
/in/foo.cc:155:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  155 |         while (ans = ZKW_DFS(0, st, inf)) {
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:180:19: warning: unused variable 'flow' [-Wunused-variable]
  180 |         int x, y, flow, weight;
      |                   ^~~~
# 状态 耗时 内存占用
#1 Accepted 11ms 956.0 KiB
#2 Accepted 5ms 904.0 KiB
#3 Accepted 17ms 912.0 KiB
#4 Accepted 13ms 920.0 KiB
#5 Accepted 5ms 880.0 KiB
#6 Accepted 9ms 872.0 KiB
#7 Accepted 3ms 832.0 KiB
#8 Accepted 3ms 828.0 KiB
#9 Accepted 2ms 784.0 KiB
#10 Accepted 5ms 896.0 KiB

信息

递交者
类型
递交
题目
P1525 生命之泉
语言
C++
递交时间
2025-02-14 23:39:04
评测时间
2025-02-14 23:39:04
评测机
分数
100
总耗时
76ms
峰值内存
956.0 KiB