Problem housing
User dacashew
Submission Time 2023-09-12 20:04:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

housing.cpp: In function ‘int main()’:
housing.cpp:26:10: error: expected ‘;’ before ‘}’ token
26 | cout<<4
| ^
| ;
27 | }
| ~