Problem snacks
User darius0
Submission Time 2025-03-04 21:55:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
snacks.cpp: In function ‘int main()’:
snacks.cpp:56:13: error: expected ‘}’ at end of input
56 | return 0;
| ^
snacks.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^