Problem | burgers |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-21 23:12:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘int main()’:
burgers.cpp:30:15: error: ‘k’ was not declared in this scope
30 | if (r1[i]*k>mats[i]){
| ^
burgers.cpp:37:15: error: ‘k’ was not declared in this scope
37 | if (r2[i]*k>mats[i]){
| ^