Problem factorymachines
User dooweidde
Submission Time 2025-06-19 09:13:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

factorymachines.cpp: In function ‘int main()’:
factorymachines.cpp:41:8: error: ‘sum_’ was not declared in this scope
41 | if(sum_<val){
| ^~~~
factorymachines.cpp:43:13: error: ‘mid’ was not declared in this scope
43 | mid += 1;
| ^~~
factorymachines.cpp:49:17: error: ‘mid’ was not declared in this scope
49 | cout << mid;
| ^~~