Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:19:16: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘int’ [-Wformat=] 19 | printf("%lld\n", dp[n + 1]); | ^~~~~~~~ ~~~~~~~~~ | | | int
信息
- 递交者
- 类型
- 递交
- 题目
- P1232 核电站问题
- 语言
- C++
- 递交时间
- 2025-08-20 20:50:33
- 评测时间
- 2025-08-23 22:10:34
- 评测机
- 分数
- 60
- 总耗时
- 27ms
- 峰值内存
- 760.0 KiB