记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB
#6 Time Exceeded ≥2100ms ≥788.0 KiB
#7 Time Exceeded ≥2100ms ≥936.0 KiB
#8 Time Exceeded ≥2101ms ≥916.0 KiB
#9 Time Exceeded ≥2100ms ≥640.0 KiB
#10 Time Exceeded ≥2101ms ≥1.02 MiB

信息

递交者
类型
递交
题目
P1531 Problem 4B. 细菌吞噬
比赛
2023秋 悬赏令第四周
语言
C
递交时间
2023-10-30 15:04:30
评测时间
2023-10-30 15:20:01
评测机
分数
50
总耗时
≥10513ms
峰值内存
≥1.02 MiB