Problem ntuc
User Feiyang
Submission Time 2025-06-19 11:17:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ntuc.cpp: In function ‘int main()’:
ntuc.cpp:9:14: error: expected ‘;’ before ‘return’
9 | cout<<k*price
| ^
| ;
......
12 | return 0;
| ~~~~~~