Wrong Answer
foo.cc: In function 'int main()': foo.cc:25:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=] 25 | printf("%d %d\n",&i,&result); | ~^ ~~ | | | | int int* | %n foo.cc:25:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int*' [-Wformat=] 25 | printf("%d %d\n",&i,&result); | ~^ ~~~~~~~ | | | | int int* | %n
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1302 连续自然数和
- 语言
- C++
- 递交时间
- 2022-03-19 21:10:40
- 评测时间
- 2022-03-19 21:10:40
- 评测机
- 分数
- 0
- 总耗时
- 32ms
- 峰值内存
- 512.0 KiB