Problem | coincombinations |
---|---|
User | asbx |
Submission Time | 2023-11-15 13:43:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:28:35: error: expected ‘;’ before ‘}’ token
28 | cout<< coincombi[v][n-1]%13371337
| ^
| ;
29 | }
| ~