Wrong Answer
foo.cc: In function 'int su(int)': foo.cc:11:6: warning: unused variable 'n' [-Wunused-variable] 11 | int n/*,k=0*/; | ^ foo.cc: In function 'int main()': foo.cc:45:16: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] 45 | printf("%-4ld",i); | ~~~~^ ~ | | | | | int | long int | %-4d
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1069 A、B之间的超级素数
- 语言
- C++
- 递交时间
- 2022-07-12 22:09:56
- 评测时间
- 2022-07-12 22:09:56
- 评测机
- 分数
- 0
- 总耗时
- 5ms
- 峰值内存
- 384.0 KiB