Accepted
/in/foo.cc: In function 'int K_th(int, int, int)':
/in/foo.cc:43:12: warning: unused variable 'j' [-Wunused-variable]
43 | int i, j;
| ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:76:17: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[1]' [-Wformat=]
76 | scanf("%s", &ch);
| ~^ ~~~
| | |
| | char (*)[1]
| char*
/in/foo.cc:68:12: warning: unused variable 'j' [-Wunused-variable]
68 | int i, j, x, y;
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1665 区间查询
- 语言
- C++
- 递交时间
- 2025-02-15 15:17:42
- 评测时间
- 2025-02-15 15:17:42
- 评测机
- 分数
- 100
- 总耗时
- 3147ms
- 峰值内存
- 920.0 KiB