Borderou de evaluare (job #2983721)
| Utilizator | Data | 22 februarie 2023 20:38:31 | |
|---|---|---|---|
| Problema | 100m | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:69: error: 'MOD' was not declared in this scope
14 | stir[!ind][j] = (stir[ind][j - 1] + stir[ind][j] * j) % MOD;
| ^~~
main.cpp:17:37: error: 'MOD' was not declared in this scope
17 | fact[i] = fact[i - 1] * i % MOD;
| ^~~
main.cpp:19:48: error: 'MOD' was not declared in this scope
19 | sol = (sol + stir[ind][i] * fact[i]) % MOD;
| ^~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
