| Problem | lis_easy |
|---|---|
| User | RandomCtfNoob |
| Submission Time | 2024-04-17 15:34:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:21:17: error: expected ‘;’ before ‘}’ token
21 | count = count
| ^
| ;
22 | }
| ~