/ Vijos /

记录详情

Accepted

/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.734 MiB

信息

递交者
类型
自测
题目
P1769 网络的关键边
语言
C++
递交时间
2017-03-29 22:33:39
评测时间
2017-03-29 22:33:39
评测机
分数
10
总耗时
2ms
峰值内存
2.734 MiB