Problem burgers
User FIips
Submission Time 2025-02-21 10:30:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘bool check(long long int)’:
burgers.cpp:17:14: error: ‘k’ was not declared in this scope
17 | if(a[i] * k > x[i]) return false;
| ^
burgers.cpp:21:14: error: ‘k’ was not declared in this scope
21 | if(a[i] * k > x[i]) return false;
| ^
burgers.cpp:22:14: error: ‘k’ was not declared in this scope
22 | if(b[i] * k <= x[i]) continue;
| ^
burgers.cpp:28:14: error: ‘k’ was not declared in this scope
28 | if(b[i] * k > x[i]) return false;
| ^
burgers.cpp:29:14: error: ‘k’ was not declared in this scope
29 | if(a[i] * k <= x[i]) continue;
| ^