Problem coincombinations
User asbx
Submission Time 2023-11-15 15:27:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:6:9: error: expected ‘;’ before ‘}’ token
6 | cout<<4
| ^
| ;
7 | }
| ~