Problem | lis_easy |
---|---|
User | RandomCtfNoob |
Submission Time | 2024-04-17 16:42:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:11:3: error: expected ‘;’ before numeric constant
11 | 1 2 4 4 5 3
| ^~
| ;
lis_easy.cpp:12:28: error: expected ‘;’ before ‘)’ token
12 | for (i = 1; i <= tets; i++){
| ^
| ;