Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:30:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
30 | scanf("%d",&n);
| ~^ ~~
| | |
| | long long int*
| int*
| %lld
/in/foo.cc:31:38: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
31 | for(int i=1;i<=n;i++)scanf("%d",&num1[i]),idx1[i]=i;
| ~^ ~~~~~~~~
| | |
| | long long int*
| int*
| %lld
/in/foo.cc:32:38: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
32 | for(int i=1;i<=n;i++)scanf("%d",&num2[i]),idx2[i]=i;
| ~^ ~~~~~~~~
| | |
| | long long int*
| int*
| %lld
信息
- 递交者
- 类型
- 递交
- 题目
- P1875 火柴排队
- 语言
- C++
- 递交时间
- 2026-01-16 21:21:47
- 评测时间
- 2026-01-16 21:21:47
- 评测机
- 分数
- 100
- 总耗时
- 113ms
- 峰值内存
- 4.934 MiB