/ Vijos /

记录详情

Wrong Answer

/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 4ms 6.25 MiB
#2 Accepted 2ms 6.25 MiB
#3 Accepted 3ms 6.375 MiB
#4 Accepted 4ms 6.344 MiB
#5 Accepted 4ms 6.363 MiB
#6 Accepted 4ms 6.25 MiB
#7 Accepted 1ms 6.352 MiB
#8 Accepted 4ms 6.465 MiB
#9 Wrong Answer 5ms 6.359 MiB
#10 Accepted 6ms 6.5 MiB
#11 Accepted 11ms 6.625 MiB
#12 Accepted 11ms 6.875 MiB
#13 Accepted 13ms 6.875 MiB
#14 Wrong Answer 21ms 7.125 MiB
#15 Accepted 23ms 7.438 MiB
#16 Accepted 33ms 8.773 MiB
#17 Accepted 30ms 7.977 MiB
#18 Accepted 38ms 8.371 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2017-03-30 16:54:48
评测时间
2017-03-30 16:54:48
评测机
分数
85
总耗时
225ms
峰值内存
8.773 MiB