/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:29:6: warning: unused variable 't' [-Wunused-variable]
  int t;
      ^
foo.cc:28:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ~~~~~^~~~~~~~~~
foo.cc:34:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d", &edges[i][j]);
    ~~~~~^~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 6ms 5.293 MiB
#2 Accepted 5ms 5.234 MiB
#3 Accepted 5ms 5.262 MiB
#4 Accepted 6ms 5.238 MiB
#5 Accepted 6ms 5.242 MiB
#6 Accepted 6ms 5.277 MiB
#7 Accepted 6ms 5.238 MiB
#8 Accepted 6ms 5.25 MiB
#9 Accepted 7ms 5.277 MiB
#10 Accepted 8ms 5.195 MiB
#11 Accepted 12ms 5.277 MiB
#12 Accepted 20ms 5.281 MiB
#13 Accepted 39ms 5.312 MiB
#14 Accepted 65ms 5.309 MiB
#15 Accepted 79ms 5.309 MiB
#16 Accepted 80ms 5.309 MiB
#17 Accepted 80ms 5.309 MiB
#18 Accepted 80ms 5.301 MiB
#19 Accepted 80ms 5.312 MiB
#20 Accepted 5ms 5.246 MiB

信息

递交者
类型
递交
题目
P1456 最小总代价
语言
C++
递交时间
2021-03-15 20:38:53
评测时间
2021-03-15 20:38:53
评测机
分数
100
总耗时
610ms
峰值内存
5.312 MiB