Problem lis_easy
User AthanChee03
Submission Time 2023-11-22 15:07:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:65:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
65 | ans = dp(i);
| ^~~
| abs
lis_easy.cpp:66:13: error: ‘largest’ was not declared in this scope
66 | if (ans > largest){
| ^~~~~~~
lis_easy.cpp:74:10: error: ‘largest’ was not declared in this scope
74 | cout << largest;
| ^~~~~~~