/ Vijos /

记录详情

Accepted

foo.cc: In function 'LL Dinic(int, int)':
foo.cc:79:9: warning: unused variable 'cnt' [-Wunused-variable]
     int cnt = 0;
         ^~~
foo.cc: In function 'int main()':
foo.cc:111:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d", &_graph[i][j]);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 512.0 KiB
#2 Accepted 2ms 560.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 4ms 640.0 KiB
#5 Accepted 5ms 768.0 KiB
#6 Accepted 7ms 908.0 KiB
#7 Accepted 9ms 984.0 KiB
#8 Accepted 9ms 1.082 MiB
#9 Accepted 12ms 1.141 MiB
#10 Accepted 11ms 1.152 MiB

信息

递交者
类型
递交
题目
P1555 狼和羊的故事
语言
C++
递交时间
2021-01-21 20:37:32
评测时间
2021-01-21 20:37:32
评测机
分数
100
总耗时
66ms
峰值内存
1.152 MiB