Problem lis_easy
User AppleOnAstick
Submission Time 2023-11-10 10:35:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int32_t main()’:
lis_easy.cpp:16:19: error: ‘i’ was not declared in this scope
16 | for (int j=0; j<i; j++){
| ^
lis_easy.cpp:29:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
29 | cout << ans;
| ^~~
| abs