#3057
Rabin-Miller
Se dă un număr natural n
. Să se afișeze DA
dacă numărul este prim altfel se afișează NU
.
Problema | Rabin-Miller | Operații I/O |
rabin-miller.in /rabin-miller.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 128 MB
/
Stivă 128 MB
|
Id soluție | #51753154 | Utilizator | |
Fișier | rabin-miller.cpp | Dimensiune | 1002 B |
Data încărcării | 14 August 2024, 10:09 | Scor / rezultat | Eroare de compilare |
rabin-miller.cpp:2:13: error: 'int64_t32' does not name a type #define int int64_t32 ^ rabin-miller.cpp:6:1: note: in expansion of macro 'int' int n; ^ rabin-miller.cpp:2:13: error: 'int64_t32' does not name a type #define int int64_t32 ^ rabin-miller.cpp:7:1: note: in expansion of macro 'int' int pow(int a, int b, int n){ ^ rabin-miller.cpp:2:13: error: 'int64_t32' does not name a type #define int int64_t32 ^ rabin-miller.cpp:17:1: note: in expansion of macro 'int' int rabin_miller(int d, int n){ ^ rabin-miller.cpp:2:13: error: 'int64_t32' does not name a type #define int int64_t32 ^ rabin-miller.cpp:29:1: note: in expansion of macro 'int' int prime(int n, int k){ ^ rabin-miller.cpp: In function 'int32_t main()': rabin-miller.cpp:44:9: error: 'n' was not declared in this scope in>>n; ^ rabin-miller.cpp:45:22: error: 'prime' was not declared in this scope out<<(prime(n, 10) ? "DA" : "NU"); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Rabin-Miller face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.