/ Vijos /

记录详情

Accepted

foo.cc: In function 'int Dinic()':
foo.cc:56:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   56 |    while(ls=dfs(S,T,inf))
      |          ~~^~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:70:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   70 |  scanf("%d%d%d",&R,&A,&t);
      |  ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:74:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   74 |   scanf("%lf%lf",&X[i],&Y[i]);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:79:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   79 |   double x,y,v;scanf("%lf%lf%lf",&x,&y,&v);
      |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 22ms 1.0 MiB
#2 Accepted 11ms 640.0 KiB
#3 Accepted 18ms 640.0 KiB
#4 Accepted 5ms 384.0 KiB
#5 Accepted 13ms 640.0 KiB
#6 Accepted 14ms 768.0 KiB
#7 Accepted 21ms 512.0 KiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2022-04-09 13:53:58
评测时间
2022-04-09 13:53:58
评测机
分数
100
总耗时
106ms
峰值内存
1.0 MiB