Problem | shamelessad5 |
---|---|
User | wasdplant |
Submission Time | 2025-02-21 09:05:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad5.cpp: In function ‘int32_t main()’:
shamelessad5.cpp:19:31: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
19 | dp[i] = (dp[i] + dp[j] % mod);
| ^~~
| modf