/ Vijos /

记录详情

Accepted

foo.cc: In function 'bool bfs()':
foo.cc:44:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   44 | for( register int i = 0 ; i < linker[ now ].size() ; i++ )
      |                           ~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int dinic(int, int)':
foo.cc:54:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   54 | for( register int i = cur[ now ] ; i < linker[ now ].size() ; i++ )
      |                                    ~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:79:28: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   79 | while( bfs() ) while( temp = dinic( s , inf ) ) ans -= temp;
      |                       ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:70:47: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   70 | for( register int i = 1 ; i <= n ; i++ ) scanf( "%d" , &a ) , addedge( i , t , a );
      |                                          ~~~~~^~~~~~~~~~~~~
foo.cc:73:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   73 | scanf( "%d %d %d" , &a , &b , &c );
      | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 2.0 MiB
#2 Accepted 3ms 2.0 MiB
#3 Accepted 4ms 2.125 MiB
#4 Accepted 5ms 2.125 MiB
#5 Accepted 6ms 2.125 MiB
#6 Accepted 5ms 2.125 MiB
#7 Accepted 4ms 2.125 MiB
#8 Accepted 5ms 2.125 MiB
#9 Accepted 160ms 8.363 MiB
#10 Accepted 159ms 8.363 MiB

信息

递交者
类型
递交
题目
P1352 最大获利
语言
C++
递交时间
2022-07-20 15:23:37
评测时间
2022-07-20 15:23:37
评测机
分数
100
总耗时
359ms
峰值内存
8.363 MiB