Problem factorymachines
User fartyoudie
Submission Time 2026-06-25 16:16:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

factorymachines.cpp: In function ‘int main()’:
factorymachines.cpp:25:18: error: expected ‘;’ before ‘}’ token
25 | high=mid-1;ans
| ^
| ;
26 | }else if(sum==ans){
| ~