Problem ntuc
User naivecyans
Submission Time 2025-06-19 12:47:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ntuc.cpp: In function ‘int main()’:
ntuc.cpp:24:23: error: expected ‘;’ before ‘break’
24 | cout<<cost
| ^
| ;
25 | break;
| ~~~~~