| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 81134 | sh25_shenpy | 求最长不下降序列 | C++ | Accepted | 0 MS | 236 KB | 150 | 2026-01-04 15:39:44 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"max=8"<<endl; cout<<"7 9 16 18 19 21 22 63"<<endl; return 0; }