/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:73: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:76: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:79: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:82: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 4ms 6.375 MiB
#2 Accepted 4ms 6.367 MiB
#3 Accepted 3ms 6.359 MiB
#4 Accepted 2ms 6.375 MiB
#5 Accepted 4ms 6.25 MiB
#6 Accepted 4ms 6.25 MiB
#7 Accepted 2ms 6.328 MiB
#8 Accepted 4ms 6.375 MiB
#9 Accepted 5ms 6.336 MiB
#10 Accepted 6ms 6.34 MiB
#11 Accepted 9ms 6.605 MiB
#12 Accepted 9ms 6.875 MiB
#13 Accepted 13ms 6.875 MiB
#14 Accepted 24ms 7.25 MiB
#15 Accepted 28ms 7.465 MiB
#16 Accepted 30ms 9.125 MiB
#17 Accepted 38ms 7.844 MiB
#18 Accepted 39ms 8.375 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2017-03-30 17:15:35
评测时间
2017-03-30 17:15:35
评测机
分数
100
总耗时
233ms
峰值内存
9.125 MiB