| Problem | clinic |
|---|---|
| User | Batigol |
| Submission Time | 2026-06-18 22:04:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
clinic.cpp:62:2: error: ‘cout’ does not name a type
62 | cout<<res<<"\n";
| ^~~~
clinic.cpp:63:2: error: expected unqualified-id before ‘return’
63 | return 0;
| ^~~~~~
clinic.cpp:64:1: error: expected declaration before ‘}’ token
64 | }
| ^