Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:14:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] 14 | printf("%d",sum); | ~^ ~~~ | | | | | long long int | int | %lld
信息
- 递交者
- 类型
- 递交
- 题目
- P1974 金币
- 语言
- C++
- 递交时间
- 2025-06-13 19:36:20
- 评测时间
- 2025-06-13 19:36:20
- 评测机
- 分数
- 0
- 总耗时
- 21ms
- 峰值内存
- 524.0 KiB