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

Compile Error

breakfast.cpp:6:12: 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
| ^~
| ;