/ Vijos /

记录详情

Runtime Error

foo.c: In function 'main':
foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    7 |  scanf("%d",&N);
      |  ^~~~~~~~~~~~~~
foo.c:10:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   10 |   scanf("%d",&m);
      |   ^~~~~~~~~~~~~~
foo.c:16:25: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   16 |   for(int i=1;i<=m;i++) scanf("%lld",&num1[i]);
      |                         ^~~~~~~~~~~~~~~~~~~~~~
foo.c:17:25: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   17 |   for(int i=1;i<=m;i++) scanf("%lld",&num2[i]);
      |                         ^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Wrong Answer 4d3 < 0 5a5 > 0 3ms 384.0 KiB
#3 Time Exceeded ≥1101ms ≥10.5 MiB
#4 Time Exceeded ≥1101ms ≥16.0 MiB
#5 Wrong Answer Read 0, expect 14. 4ms 2.875 MiB
#6 Wrong Answer Read 0, expect 23. 4ms 3.0 MiB
#7 Time Exceeded ≥1101ms ≥3.0 MiB
#8 Wrong Answer 2d1 < 0 4d2 < 0 5a4,5 > 3 > 4 5ms 3.125 MiB
#9 Wrong Answer 2d1 < 0 4d2 < 0 5a4,5 > 22 > 4ms 3.125 MiB
#10 Runtime Error Segmentation fault 245ms 96.242 MiB

信息

递交者
类型
递交
题目
P1264 神秘的咒语
语言
C
递交时间
2022-05-09 19:11:03
评测时间
2022-05-09 19:11:03
评测机
分数
10
总耗时
3574ms
峰值内存
96.242 MiB