记录详情

Accepted

foo.c: In function 'main':
foo.c:7:15: warning: unused variable 'k' [-Wunused-variable]
  int n, temp, k;
               ^
foo.c:8:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ^~~~~~~~~~~~~~~
foo.c:10:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &data[i]);
   ^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 296.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 7ms 396.0 KiB
#5 Accepted 42ms 412.0 KiB
#6 Accepted 163ms 480.0 KiB
#7 Accepted 589ms 568.0 KiB
#8 Accepted 156ms 648.0 KiB
#9 Accepted 153ms 668.0 KiB
#10 Accepted 160ms 664.0 KiB

信息

递交者
类型
递交
题目
4-2 最长递增子序列
比赛
2021年新生赛第三场
语言
C
递交时间
2021-09-05 18:11:09
评测时间
2021-09-05 18:11:09
评测机
分数
100
总耗时
1277ms
峰值内存
668.0 KiB