Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:44:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=] printf("%d %d\n", &cnt1, &cnt2); ^ /in/foo.c:44:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=] printf("%d %d\n", &cnt1, &cnt2); ^
信息
- 递交者
- 类型
- 递交
- 题目
- A9-1 数组中的素数个数
- 比赛
- 2023 程序设计与竞赛(作业5:从数组看集体)
- 语言
- C
- 递交时间
- 2023-10-21 17:52:14
- 评测时间
- 2023-10-21 17:52:14
- 评测机
- 分数
- 0
- 总耗时
- 5ms
- 峰值内存
- 340.0 KiB