/ TYWZ /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:57:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:60:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&edge[i].from,&edge[i].to,&edge[i].cost);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 376.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 8ms 572.0 KiB
#5 Accepted 11ms 708.0 KiB
#6 Accepted 11ms 716.0 KiB
#7 Accepted 12ms 656.0 KiB
#8 Accepted 56ms 2.676 MiB
#9 Accepted 56ms 2.52 MiB
#10 Accepted 58ms 2.645 MiB

信息

递交者
类型
递交
题目
P1010 B题:最小生成树
语言
C++
递交时间
2021-08-24 11:44:03
评测时间
2021-08-24 11:44:03
评测机
分数
100
总耗时
226ms
峰值内存
2.676 MiB