/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:19:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:22:41: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=n;i++) scanf("%d",&w[i]),mp[i][i]=0;
                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~
foo.cc:25:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&x,&y,&z);
   ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:36:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&q);
  ~~~~~^~~~~~~~~
foo.cc:39:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&a,&b);
   ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 7ms 8.297 MiB
#2 Accepted 7ms 8.121 MiB
#3 Accepted 9ms 8.242 MiB
#4 Accepted 9ms 8.215 MiB
#5 Accepted 8ms 8.191 MiB
#6 Accepted 7ms 8.227 MiB
#7 Accepted 8ms 8.238 MiB
#8 Accepted 39ms 8.434 MiB
#9 Accepted 14ms 8.227 MiB
#10 Accepted 29ms 8.57 MiB

信息

递交者
类型
递交
题目
P1746 小D的旅行
语言
C++
递交时间
2020-11-04 17:00:20
评测时间
2020-11-04 17:00:20
评测机
分数
100
总耗时
141ms
峰值内存
8.57 MiB