Time Exceeded
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. 细菌吞噬
- 比赛
- 2023秋 悬赏令第四周
- 语言
- C
- 递交时间
- 2023-10-30 15:04:30
- 评测时间
- 2023-10-30 15:20:01
- 评测机
- 分数
- 50
- 总耗时
- ≥10513ms
- 峰值内存
- ≥1.02 MiB