Pagini recente » Borderou de evaluare (job #426724) | Borderou de evaluare (job #420295) | Borderou de evaluare (job #488856) | Borderou de evaluare (job #1956560) | Borderou de evaluare (job #2974004)
Borderou de evaluare (job #2974004)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:44:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
44 | printf("%d", 1LL * pwr(fact[k], n / k) * fact[k] % MOD * inv[k - n % k] % MOD);
| ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| int long long int
| %lld
main.cpp:46:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
46 | printf("%d", 1LL * fact[k] * inv[k - n] % MOD);
| ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| int long long int
| %lld
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 372ms | 9207kb | OK | 100 |
Punctaj total | 100 |