Problem | coincombinations |
---|---|
User | RendezvousAnonymous |
Submission Time | 2023-11-15 14:55:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int32_t main()’:
coincombinations.cpp:21:32: error: expected ‘;’ before ‘ways’
21 | memset(ways, 0 , sizeof(ways))
| ^
| ;
22 | ways[0][0] = 1;
| ~~~~