Problem lis
User YSH2020
Submission Time 2024-12-16 10:20:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp: In function ‘int main()’:
lis.cpp:81:22: error: ‘n’ was not declared in this scope
81 | for (int i = 0; i < n; i++) aaa = max(aaa, ans[i]);
| ^