记录详情

Accepted

foo.cc: In function 'void Output(std::vector<int>&)':
foo.cc:8:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    8 |         for(int i=0; i<a.size(); i++)
      |                      ~^~~~~~~~~
foo.cc: In function 'int GetLIS(int*, int)':
foo.cc:35:13: warning: unused variable 'imax' [-Wunused-variable]
   35 |         int imax = it- len.begin();
      |             ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 488.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 10ms 356.0 KiB
#4 Accepted 21ms 256.0 KiB
#5 Accepted 79ms 384.0 KiB
#6 Accepted 157ms 368.0 KiB
#7 Accepted 566ms 568.0 KiB
#8 Accepted 141ms 640.0 KiB
#9 Accepted 136ms 632.0 KiB
#10 Accepted 133ms 640.0 KiB

信息

递交者
类型
递交
题目
4-2 最长递增子序列
语言
C++
递交时间
2022-08-20 21:03:12
评测时间
2022-08-20 21:03:12
评测机
分数
100
总耗时
1252ms
峰值内存
640.0 KiB