Time Exceeded
foo.c: In function 'main': foo.c:9:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] 9 | scanf("%d", &x); | ~^ ~~ | | | | | long int * | int * | %ld foo.c:15:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 15 | printf("%d", s); | ~^ ~ | | | | int long int | %ld
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A3-1 素数专题:因子的和
- 比赛
- 2022年迎新赛(第一场)
- 语言
- C
- 递交时间
- 2022-08-15 09:53:29
- 评测时间
- 2022-08-15 09:53:29
- 评测机
- 分数
- 0
- 总耗时
- ≥5398ms
- 峰值内存
- ≥384.0 KiB