| Problem | exam |
|---|---|
| User | om2024 |
| Submission Time | 2024-06-18 10:48:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:3: error: expected ‘,’ or ‘;’ before ‘cout’
12 | cout << c;
| ^~~~
exam.cpp:15:3: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
15 | return;
| ^~~~~~