Problem lis_easy
User RandomCtfNoob
Submission Time 2024-04-17 16:23:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:17:28: error: expected ‘;’ before ‘i’
17 | for (i = 0; j <= tets-j-1 i++){
| ^~
| ;
lis_easy.cpp:26:15: error: expected ‘;’ before ‘count’
26 | counta = -9
| ^
| ;
27 | count = 0
| ~~~~~