/ 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,&l,&k);
                               ^
/in/foo.cc:63:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&x),a[x]=1;
                        ^
/in/foo.cc:66:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&x),b[x]=1;
                        ^
/in/foo.cc:69:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&x,&y);
                      ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 2.375 MiB
#2 Accepted 3ms 2.375 MiB
#3 Accepted 3ms 2.25 MiB
#4 Accepted 3ms 2.371 MiB
#5 Accepted 3ms 2.348 MiB
#6 Accepted 3ms 2.363 MiB
#7 Accepted 3ms 2.25 MiB
#8 Accepted 4ms 2.469 MiB
#9 Wrong Answer 4ms 2.5 MiB
#10 Accepted 4ms 2.344 MiB
#11 Accepted 4ms 2.746 MiB
#12 Accepted 14ms 3.004 MiB
#13 Accepted 25ms 3.375 MiB
#14 Wrong Answer 20ms 3.625 MiB
#15 Accepted 25ms 3.855 MiB
#16 Runtime Error 20ms 4.297 MiB
#17 Runtime Error 26ms 4.125 MiB
#18 Runtime Error 25ms 4.473 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2017-03-30 16:49:04
评测时间
2017-03-30 16:49:04
评测机
分数
60
总耗时
199ms
峰值内存
4.473 MiB