记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 200.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 1ms 284.0 KiB

信息

递交者
类型
自测
题目
P1531 Problem 4B. 细菌吞噬
语言
C
递交时间
2023-10-30 15:04:26
评测时间
2023-10-30 15:04:26
评测机
分数
30
总耗时
7ms
峰值内存
284.0 KiB