/ Vijos /

记录详情

Runtime Error

foo.c: In function 'main':
foo.c:43:7: warning: unused variable 'ans' [-Wunused-variable]
   43 |   int ans=0;
      |       ^~~
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 2ms 256.0 KiB
#3 Time Exceeded ≥1100ms ≥10.5 MiB
#4 Runtime Error Segmentation fault 66ms 16.117 MiB
#5 Runtime Error Segmentation fault 8ms 3.0 MiB
#6 Runtime Error Segmentation fault 5ms 3.125 MiB
#7 Runtime Error Segmentation fault 5ms 3.125 MiB
#8 Runtime Error Segmentation fault 8ms 3.25 MiB
#9 Runtime Error Segmentation fault 4ms 3.25 MiB
#10 Runtime Error Segmentation fault 941ms 383.242 MiB

信息

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