Problem | coincombinations |
---|---|
User | YSH2020 |
Submission Time | 2025-10-05 11:51:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:12:63: error: expected ‘)’ before ‘;’ token
12 | for (int i = x; i <= v; i++) dp[i] = (dp[i]+dp[i-x]%13371337;
| ~ ^
| )