记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:8:14: warning: implicit declaration of function 'sum' [-Wimplicit-function-declaration]
  printf("%d",sum(c(n,m)));
              ^~~
foo.c:8:18: warning: implicit declaration of function 'c' [-Wimplicit-function-declaration]
  printf("%d",sum(c(n,m)));
                  ^
foo.c:6:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d %d",&m,&n);
     ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥960ms ≥197.02 MiB

信息

递交者
类型
自测
题目
P1303 G. Mathforces
语言
C
递交时间
2021-11-21 16:05:53
评测时间
2021-11-21 16:05:53
评测机
分数
0
总耗时
≥960ms
峰值内存
≥197.02 MiB