Wrong Answer
foo.cc: In function 'int main()': foo.cc:7:14: warning: format '%hd' expects argument of type 'short int*', but argument 2 has type 'int*' [-Wformat=] 7 | scanf("%hd", &n); | ~~^ ~~ | | | | | int* | short int* | %d foo.cc:14:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'short int*' [-Wformat=] 14 | scanf("%d", set + i); | ~^ ~~~~~~~ | | | | int* short int* | %hd
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1911 珠心算测验
- 语言
- C++
- 递交时间
- 2023-10-12 17:24:09
- 评测时间
- 2023-10-12 17:24:09
- 评测机
- 分数
- 0
- 总耗时
- 41ms
- 峰值内存
- 412.0 KiB