Problem | exam |
---|---|
User | Sirum1008 |
Submission Time | 2023-11-08 13:40:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:15:3: error: expected ‘,’ or ‘;’ before ‘cout’
15 | cout << c;
| ^~~~
exam.cpp:17:11: error: expected ‘;’ before ‘}’ token
17 | return 0
| ^
| ;
18 | }
| ~