Accepted
foo.c: In function 'main':
foo.c:44:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
44 | for(int i=0;i<n;i++)
| ^~~
foo.c:46:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
46 | quickSort(a,0,n-1);
| ^~~~~~~~~
foo.c:47:9: warning: unused variable 'x' [-Wunused-variable]
47 | int x=0;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1531 Problem 4B. 细菌吞噬
- 语言
- C
- 递交时间
- 2023-10-30 15:04:27
- 评测时间
- 2023-10-30 15:04:27
- 评测机
- 分数
- 30
- 总耗时
- 5ms
- 峰值内存
- 284.0 KiB