Problem | coincombinations |
---|---|
User | jmuzhen |
Submission Time | 2025-09-27 13:54:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:36:17: error: ‘value’ was not declared in this scope
36 | value %= MOD;
| ^~~~~
coincombinations.cpp:41:22: error: invalid types ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type {aka int}[int]’ for array subscript
41 | cout << dp[n-1][v] << endl;
| ^