记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:22:9: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   22 |         printf("%d\n",result);
      |         ^~~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | int main()
foo.c:22:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
   22 |         printf("%d\n",result);
      |         ^~~~~~
foo.c:22:9: note: include '<stdio.h>' or provide a declaration of 'printf'
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1100ms ≥284.0 KiB

信息

递交者
类型
递交
题目
P1487 B. 小季学长的新公式
比赛
2023年新生赛(第三场)
语言
C
递交时间
2023-09-09 21:58:26
评测时间
2023-09-09 21:58:26
评测机
分数
0
总耗时
≥1100ms
峰值内存
≥284.0 KiB