Problem breakfast
User DSOblivion
Submission Time 2024-06-14 01:01:03
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:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
breakfast.cpp:11:10: note: in expansion of macro ‘int’
11 | return int 0;
| ^~~
breakfast.cpp:11:9: error: expected ‘;’ before ‘long’
11 | return int 0;
| ^
| ;
breakfast.cpp:11:14: error: expected unqualified-id before numeric constant
11 | return int 0;
| ^