Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:19: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
27 | if (scanf("%lld", &n) != 1 || n < 0) { // 输入合法性检查
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
信息
- 递交者
- 类型
- 递交
- 题目
- P1010 活动选择2 (act)
- 语言
- C++
- 递交时间
- 2025-12-20 17:52:11
- 评测时间
- 2025-12-20 17:52:11
- 评测机
- 分数
- 0
- 总耗时
- 14ms
- 峰值内存
- 436.0 KiB