Problem | lis_easy |
---|---|
User | BigEd15 |
Submission Time | 2025-05-21 22:23:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp:32:2: error: ‘cout’ does not name a type
32 | cout << longestlength;
| ^~~~
lis_easy.cpp:34:2: error: expected unqualified-id before ‘return’
34 | return 0;
| ^~~~~~
lis_easy.cpp:35:1: error: expected declaration before ‘}’ token
35 | }
| ^