记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k,n,a,b;
          ^
/in/foo.cc:5:16: warning: variable 'b' set but not used [-Wunused-but-set-variable]
  int i,j,k,n,a,b;
                ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1000.0 KiB
#2 Accepted 2ms 996.0 KiB
#3 Accepted 4ms 1004.0 KiB
#4 Accepted 10ms 1004.0 KiB
#5 Accepted 52ms 1016.0 KiB
#6 Accepted 189ms 996.0 KiB
#7 Accepted 682ms 996.0 KiB
#8 Accepted 182ms 1000.0 KiB
#9 Accepted 179ms 1000.0 KiB
#10 Accepted 180ms 996.0 KiB

信息

递交者
类型
递交
题目
P1088 4-2 最长递增子序列
语言
C++
递交时间
2021-12-07 15:24:55
评测时间
2021-12-07 15:24:55
评测机
分数
100
总耗时
1487ms
峰值内存
1016.0 KiB