Memory Exceeded
/in/foo.cc: In function 'void gen()':
/in/foo.cc:29:40: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
29 | for(int i = 1; i <= p; i++)scanf("%d%d", &a[i], &b[i]);
| ~^ ~~~~~
| | |
| int* ll* {aka long long int*}
| %lld
/in/foo.cc:29:42: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll*' {aka 'long long int*'} [-Wformat=]
29 | for(int i = 1; i <= p; i++)scanf("%d%d", &a[i], &b[i]);
| ~^ ~~~~~
| | |
| int* ll* {aka long long int*}
| %lld
信息
- 递交者
- 类型
- 递交
- 题目
- P2050 荣誉称号
- 语言
- C++
- 递交时间
- 2025-06-07 00:27:03
- 评测时间
- 2025-06-07 00:27:03
- 评测机
- 分数
- 0
- 总耗时
- ≥789ms
- 峰值内存
- ≥256.0 MiB