Problem | typo |
---|---|
User | leafeon |
Submission Time | 2025-06-01 16:34:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp:29:5: error: ‘cout’ does not name a type
29 | cout << res;
| ^~~~
typo.cpp:31:1: error: expected unqualified-id before ‘return’
31 | return 0;}
| ^~~~~~
typo.cpp:31:10: error: expected declaration before ‘}’ token
31 | return 0;}
| ^