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

Compile Error

breakfast.cpp:6:16: error: stray ‘\’ in program
6 | cout << a << \n;
| ^
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:6:17: error: ‘n’ was not declared in this scope
6 | cout << a << \n;
| ^