记录详情

Accepted

foo.cc: In function 'void init()':
foo.cc:20:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%ld%ld%ld",&n,&m,&s);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:23:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%ld%ld%ld",&mid,&edge[i].to,&edge[i].w);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 150ms 7.379 MiB
#5 Accepted 150ms 7.34 MiB
#6 Accepted 152ms 7.363 MiB
#7 Accepted 149ms 7.312 MiB
#8 Accepted 159ms 7.363 MiB
#9 Accepted 159ms 7.379 MiB
#10 Accepted 155ms 7.289 MiB

信息

递交者
类型
递交
题目
P1007 郁闷的小许(Round 2)
语言
C++
递交时间
2021-02-04 10:45:33
评测时间
2021-02-04 10:45:33
评测机
分数
100
总耗时
1085ms
峰值内存
7.379 MiB