记录详情

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 1ms 992.0 KiB
#2 Accepted 1ms 1012.0 KiB
#3 Accepted 3ms 1004.0 KiB
#4 Accepted 9ms 1008.0 KiB
#5 Accepted 46ms 1004.0 KiB
#6 Accepted 167ms 1012.0 KiB
#7 Accepted 606ms 996.0 KiB
#8 Accepted 160ms 992.0 KiB
#9 Accepted 159ms 992.0 KiB
#10 Accepted 157ms 1004.0 KiB

信息

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