/ WHOJ /

记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:9:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    9 |  scanf("%lld %lld %lld",&n,&m,&w);
      |  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:10:28: 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("%lld",h+i);
      |                       ~~~~~^~~~~~~~~~~~
foo.cc:11:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   11 |  for(int i=1;i<=m;i++)scanf("%lld %lld",&f[i].p,&f[i].j);
      |                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 18 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 5ms 384.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Wrong Answer Read 91, expect 120. 1ms 256.0 KiB
#6 Accepted 1ms 256.0 KiB
#7 Wrong Answer Read 300, expect 301. 1ms 256.0 KiB
#8 Wrong Answer Read 66, expect 74. 1ms 256.0 KiB
#9 Wrong Answer Read 55, expect 72. 1ms 256.0 KiB
#10 Wrong Answer Read 45, expect 54. 1ms 256.0 KiB
#11 Runtime Error Segmentation fault 2ms 384.0 KiB
#12 Runtime Error Segmentation fault 5ms 384.0 KiB
#13 Runtime Error Segmentation fault 7ms 384.0 KiB
#14 Accepted 1ms 256.0 KiB
#15 Runtime Error Segmentation fault 2ms 384.0 KiB
#16 Wrong Answer Read 561, expect 571. 3ms 256.0 KiB
#17 Runtime Error Segmentation fault 4ms 384.0 KiB
#18 Runtime Error Segmentation fault 5ms 384.0 KiB

信息

递交者
类型
递交
题目
P1456 朋友
题目数据
下载
语言
C++
递交时间
2022-08-04 17:20:31
评测时间
2022-08-04 17:20:31
评测机
分数
26
总耗时
52ms
峰值内存
384.0 KiB