Problem burgers
User PlayVoltz
Submission Time 2023-09-21 23:17:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int main()’:
burgers.cpp:24:30: error: ‘mid’ was not declared in this scope
24 | if (r1[i]==r2[i] && r1[i]*mid>mats[i]){
| ^~~
burgers.cpp:47:25: error: ‘mid’ was not declared in this scope
47 | if (can && min1+min2<=mid){
| ^~~