/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:52:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d%d", &n, &m, &K, &L);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:54:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &t1);
         ~~~~~^~~~~~~~~~~
foo.cc:58:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &t1);
         ~~~~~^~~~~~~~~~~
foo.cc:62:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d", &t1, &t2);
         ~~~~~^~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 1.375 MiB
#2 Accepted 1ms 1.375 MiB
#3 Accepted 1ms 1.375 MiB
#4 Accepted 1ms 1.375 MiB
#5 Accepted 2ms 1.375 MiB
#6 Accepted 1ms 1.375 MiB
#7 Accepted 2ms 1.375 MiB
#8 Accepted 2ms 1.5 MiB
#9 Accepted 2ms 1.5 MiB
#10 Accepted 2ms 1.5 MiB
#11 Accepted 5ms 1.75 MiB
#12 Accepted 9ms 2.203 MiB
#13 Accepted 16ms 2.32 MiB
#14 Accepted 20ms 2.586 MiB
#15 Accepted 24ms 2.902 MiB
#16 Accepted 31ms 4.906 MiB
#17 Accepted 37ms 3.473 MiB
#18 Accepted 51ms 4.078 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2021-04-17 21:50:07
评测时间
2021-04-17 21:50:07
评测机
分数
100
总耗时
217ms
峰值内存
4.906 MiB