Problem lis_easy
User DuckyKayden
Submission Time 2025-12-19 16:09:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:14:19: error: a function-definition is not allowed here before ‘{’ token
14 | int lis(int idx) {
| ^
lis_easy.cpp:25:18: error: ‘lis’ was not declared in this scope
25 | ans = max(ans, lis(i));
| ^~~