/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:7:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    7 |     scanf("%d%d",&n,&m);
      |     ~~~~~^~~~~~~~~~~~~~
foo.cc:10:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 |     for(int i=1;i<=n;++i) scanf("%d",w+i),s[i][i]=0;
      |                           ~~~~~^~~~~~~~~~
foo.cc:12:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   12 |         scanf("%d%d%d",&x,&y,&z);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:24:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   24 |     scanf("%d",&q);
      |     ~~~~~^~~~~~~~~
foo.cc:26:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   26 |         scanf("%d%d",&x,&y);
      |         ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 1.5 MiB
#2 Accepted 2ms 1.5 MiB
#3 Accepted 2ms 1.5 MiB
#4 Accepted 3ms 1.5 MiB
#5 Accepted 6ms 1.5 MiB
#6 Accepted 4ms 1.5 MiB
#7 Accepted 4ms 1.5 MiB
#8 Accepted 44ms 1.5 MiB
#9 Accepted 23ms 1.5 MiB
#10 Accepted 47ms 1.5 MiB

信息

递交者
类型
递交
题目
P1746 小D的旅行
语言
C++
递交时间
2022-01-12 16:52:07
评测时间
2022-01-12 16:52:07
评测机
分数
100
总耗时
141ms
峰值内存
1.5 MiB