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