Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
18 | printf("%d ", ans);
| ~^ ~~~
| | |
| int long long int
| %lld
信息
- 递交者
- 类型
- 递交
- 题目
- P2978 有趣的数字和
- 比赛
- 2025CSP模拟赛4
- 语言
- C++
- 递交时间
- 2025-10-12 09:53:28
- 评测时间
- 2025-10-12 09:53:28
- 评测机
- 分数
- 80
- 总耗时
- ≥1026ms
- 峰值内存
- ≥536.0 KiB