Problem | coincombinations |
---|---|
User | RendezvousAnonymous |
Submission Time | 2023-11-15 14:59:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int32_t main()’:
coincombinations.cpp:36:23: error: expected ‘;’ before ‘}’ token
36 | ways[i][j]
| ^
| ;
37 | }
| ~