Problem breakfast
User DSOblivion
Submission Time 2024-06-14 01:00:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:10:26: error: expected ‘;’ before ‘return’
10 | cout << "PARAMECIUM" "\n"
| ^
| ;
11 | return 0;
| ~~~~~~