Problem lis_easy
User mth4z
Submission Time 2023-05-24 17:46:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:29:2: error: expected ‘,’ or ‘;’ before ‘for’
29 | for (int x = 0; x < n; x++){
| ^~~
lis_easy.cpp:29:18: error: ‘x’ was not declared in this scope
29 | for (int x = 0; x < n; x++){
| ^