Problem coincombinations
User carson
Submission Time 2025-06-16 17:59:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

coincombinations.cpp:23:25: error: missing terminating " character
23 | cout << res[n-1][m] << "\n;
| ^~~~
coincombinations.cpp: In function β€˜int main()’:
coincombinations.cpp:24:1: error: expected primary-expression before β€˜}’ token
24 | }
| ^