Problem burgers
User jackofall
Submission Time 2025-11-28 17:27:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int main()’:
burgers.cpp:44:8: error: redeclaration of ‘long long int y’
44 | ll y = MAX_N;
| ^
burgers.cpp:32:8: note: ‘long long int y’ previously declared here
32 | ll y = MAX_N;
| ^