Accepted

foo.cc: In function 'int main()':
foo.cc:18:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:24:11: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
      scanf("%d%d%d",&u,&v,&w);
      ~~~~~^~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 1.0 MiB
#2 Accepted 2ms 1.125 MiB
#3 Accepted 2ms 1.125 MiB
#4 Accepted 2ms 1.125 MiB
#5 Accepted 4ms 1.227 MiB
#6 Accepted 3ms 1.199 MiB
#7 Accepted 5ms 1.238 MiB
#8 Accepted 3ms 1.125 MiB
#9 Accepted 4ms 1.211 MiB
#10 Accepted 6ms 1.234 MiB

信息

递交者
类型
递交
题目
「一本通 3.2 例 1」Sightseeing Trip
语言
C++
递交时间
2021-07-06 19:55:54
评测时间
2021-07-06 21:10:59
评测机
分数
100
总耗时
37ms
峰值内存
1.238 MiB