Problem | nis |
---|---|
User | Hijackedsoul |
Submission Time | 2024-01-07 20:15:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nis.cpp: In function ‘int32_t main()’:
nis.cpp:76:15: error: ‘accumulate’ was not declared in this scope
76 | int ans = accumulate(dp.begin(), dp.end(), 0LL) % MOD;
| ^~~~~~~~~~