记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:9:2: warning: statement with no effect [-Wunused-value]
  for (i; i < n; i++) {
  ^~~
/in/foo.c:14:7: warning: unused variable 'flag' [-Wunused-variable]
   int flag = 1;
       ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 316.0 KiB
#2 Accepted 0ms 200.0 KiB
#3 Accepted 2ms 320.0 KiB
#4 Accepted 6ms 336.0 KiB
#5 Accepted 38ms 352.0 KiB
#6 Accepted 256ms 392.0 KiB
#7 Accepted 921ms 456.0 KiB
#8 Accepted 265ms 360.0 KiB
#9 Accepted 284ms 392.0 KiB
#10 Accepted 266ms 384.0 KiB

信息

递交者
类型
递交
题目
4-2 最长递增子序列
语言
C
递交时间
2021-12-22 22:55:29
评测时间
2021-12-22 22:55:29
评测机
分数
100
总耗时
2044ms
峰值内存
456.0 KiB