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 996.0 KiB
#2 Accepted 2ms 996.0 KiB
#3 Accepted 4ms 1004.0 KiB
#4 Accepted 11ms 1008.0 KiB
#5 Accepted 52ms 996.0 KiB
#6 Accepted 190ms 1004.0 KiB
#7 Accepted 699ms 1004.0 KiB
#8 Accepted 181ms 1008.0 KiB
#9 Accepted 178ms 1008.0 KiB
#10 Accepted 187ms 1008.0 KiB

信息

递交者
类型
递交
题目
P1088 4-2 最长递增子序列
语言
C++
递交时间
2021-12-06 21:27:09
评测时间
2021-12-06 21:27:09
评测机
分数
100
总耗时
1509ms
峰值内存
1008.0 KiB