/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:60:31: 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);
                               ^
/in/foo.cc:64:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&x);
                 ^
/in/foo.cc:70:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&x);
                 ^
/in/foo.cc:76:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&x,&y);
                      ^
# 状态 耗时 内存占用
#1 Accepted 2ms 2.59 MiB
#2 Accepted 2ms 2.5 MiB
#3 Accepted 2ms 2.617 MiB
#4 Accepted 2ms 2.5 MiB
#5 Accepted 2ms 2.5 MiB
#6 Accepted 1ms 2.625 MiB
#7 Accepted 1ms 2.625 MiB
#8 Accepted 2ms 2.715 MiB
#9 Accepted 4ms 2.625 MiB
#10 Accepted 4ms 2.727 MiB
#11 Accepted 5ms 3.0 MiB
#12 Accepted 9ms 3.375 MiB
#13 Accepted 19ms 3.859 MiB
#14 Accepted 24ms 4.125 MiB
#15 Accepted 28ms 4.625 MiB
#16 Wrong Answer 37ms 8.055 MiB
#17 Wrong Answer 38ms 7.125 MiB
#18 Runtime Error 33ms 7.25 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2017-03-29 22:34:20
评测时间
2017-03-29 22:34:20
评测机
分数
75
总耗时
222ms
峰值内存
8.055 MiB