记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    7 |  scanf("%d",&n);
      |  ^~~~~~~~~~~~~~
foo.c:9:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    9 |   scanf("%d",&a[i]);
      |   ^~~~~~~~~~~~~~~~~
foo.c:21:6: warning: 'b[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   21 |  int max=b[0];
      |      ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 1.0 MiB
#2 Accepted 3ms 1.0 MiB
#3 Accepted 12ms 1.0 MiB
#4 Accepted 34ms 1.0 MiB
#5 Accepted 112ms 1.0 MiB
#6 Accepted 570ms 1.0 MiB
#7 Time Exceeded ≥1099ms ≥1.0 MiB
#8 Accepted 266ms 1.0 MiB
#9 Accepted 289ms 1.0 MiB
#10 Accepted 237ms 1.0 MiB

信息

递交者
类型
递交
题目
4-2 最长递增子序列
语言
C
递交时间
2021-12-14 17:45:17
评测时间
2021-12-14 17:45:17
评测机
分数
90
总耗时
≥2631ms
峰值内存
≥1.0 MiB