Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #3159017)
| Utilizator | Data | 20 octombrie 2023 14:39:33 | |
|---|---|---|---|
| Problema | Permutări de traversare a arborilor | Status | done |
| Runda | arhiva-utcn | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:57:12: warning: unused variable 's' [-Wunused-variable]
57 | ll s = 0;
| ^
main.cpp:54:45: warning: iteration 100000 invokes undefined behavior [-Waggressive-loop-optimizations]
54 | for(ll i = 2; i <= 100002; i++) fact[i] = i * fact[i - 1] % mod;
| ^
main.cpp:54:21: note: within this loop
54 | for(ll i = 2; i <= 100002; i++) fact[i] = i * fact[i - 1] % mod;
| ~~^~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 34ms | 4718kb | OK | 100 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
