Problem burgers
User PlayVoltz
Submission Time 2023-09-21 22:53:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int32_t main()’:
burgers.cpp:61:4: error: ‘ans’ was not declared in this scope; did you mean ‘ans2’?
61 | ans = count2;
| ^~~
| ans2