Problem breakfast
User christal
Submission Time 2023-12-06 09:18:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp:6:13: error: stray ‘\’ in program
6 | cout << a \n
| ^
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:6:12: error: expected ‘;’ before ‘n’
6 | cout << a \n
| ^ ~
| ;