Problem robotbombs
User G92
Submission Time 2024-12-30 17:10:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robotbombs.cpp: In function ‘int main()’:
robotbombs.cpp:77:24: error: expected ‘;’ before ‘cout’
77 | ans+max(cnt1, cnt2)
| ^
| ;
78 | cout<<ans;
| ~~~~