/ 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 1ms 372.0 KiB
#2 Wrong Answer 4d3 < 0 5a5 > 0 1ms 256.0 KiB
#3 Time Exceeded ≥1100ms ≥10.5 MiB
#4 Runtime Error Segmentation fault 22ms 16.125 MiB
#5 Runtime Error Segmentation fault 4ms 3.0 MiB
#6 Runtime Error Segmentation fault 4ms 3.125 MiB
#7 Runtime Error Segmentation fault 5ms 3.125 MiB
#8 Runtime Error Segmentation fault 4ms 3.25 MiB
#9 Runtime Error Segmentation fault 4ms 3.25 MiB
#10 Time Exceeded ≥1121ms ≥303.117 MiB

信息

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