记录详情

Time Exceeded

foo.c: In function ‘main’:
foo.c:20:27: warning: array subscript 10 is above array bounds of ‘int[10]’ [-Warray-bounds=]
   20 |         while (b + 30>=arr[n])
      |                        ~~~^~~
foo.c:5:9: note: while referencing ‘arr’
    5 |     int arr[10] = { 0 };//苹果的高度
      |         ^~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1067ms ≥288.0 KiB

信息

递交者
类型
递交
题目
P1001 陶陶摘苹果
语言
C
递交时间
2024-08-13 14:46:25
评测时间
2024-08-13 14:46:25
评测机
分数
0
总耗时
≥1067ms
峰值内存
≥288.0 KiB