Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:6:9: warning: zero-length gnu_printf format string [-Wformat-zero-length] printf(""); ^~ /in/foo.c:7:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] scanf("%d",&n); ^ /in/foo.c:14:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("%d",s); ^
信息
- 递交者
- 类型
- 递交
- 题目
- A3-1 素数专题:因子的和
- 比赛
- 泰院2401程序设计基础作业赛第二场
- 语言
- C
- 递交时间
- 2024-10-28 17:50:20
- 评测时间
- 2024-10-28 17:50:20
- 评测机
- 分数
- 0
- 总耗时
- 4ms
- 峰值内存
- 252.0 KiB