记录详情

Runtime Error

foo.c: In function 'main':
foo.c:7:11: warning: format '%ld' expects argument of type 'long int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%ld%ld",&n,&m);
         ~~^     ~~
         %lld
foo.c:7:14: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'long long int *' [-Wformat=]
  scanf("%ld%ld",&n,&m);
            ~~^     ~~
            %lld
foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%ld%ld",&n,&m);
  ^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Accepted 0ms 256.0 KiB
#4 Runtime Error Floating point exception 0ms 256.0 KiB
#5 Runtime Error Floating point exception 0ms 256.0 KiB
#6 Runtime Error Floating point exception 0ms 256.0 KiB
#7 Runtime Error Floating point exception 0ms 216.0 KiB
#8 Runtime Error Floating point exception 21ms 15.469 MiB
#9 Runtime Error Floating point exception 21ms 15.438 MiB
#10 Runtime Error Floating point exception 21ms 15.508 MiB
#11 Runtime Error Floating point exception 21ms 15.551 MiB
#12 Time Exceeded ≥1911ms ≥165.648 MiB
#13 Time Exceeded ≥1916ms ≥116.516 MiB
#14 Time Exceeded ≥2878ms ≥342.789 MiB

信息

递交者
类型
递交
题目
P1303 G. Mathforces
比赛
南京师范大学2021年11月程序设计竞赛
语言
C
递交时间
2021-11-21 15:26:29
评测时间
2021-11-21 15:26:29
评测机
分数
45
总耗时
6798ms
峰值内存
342.789 MiB