Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:41:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 41 | printf("%d\n", max(ans[i-1]+sum[i],ans[i]+tot[i]*2)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld
信息
- 递交者
- 类型
- 递交
- 题目
- P1977 推销员
- 语言
- C++
- 递交时间
- 2025-02-15 16:41:34
- 评测时间
- 2025-02-15 16:41:34
- 评测机
- 分数
- 100
- 总耗时
- 142ms
- 峰值内存
- 4.379 MiB