| Problem | lis |
|---|---|
| User | nzx |
| Submission Time | 2026-04-10 07:32:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:26:31: error: ‘nums’ was not declared in this scope
26 | for (int i=0;i<n;i++) cin >> nums[i];
| ^~~~
lis.cpp:27:25: error: ‘nums’ was not declared in this scope
27 | cout << lengthOfLIS(nums);
| ^~~~