Problem | breakfast |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-01-08 15:57:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:6:10: error: expected ‘;’ before ‘}’ token
6 | return 0
| ^
| ;
7 | }
| ~