#2576
Ciurul Lui Eratosthenes
Să se afișeze numerele prime de la 1
la n
.
Problema | Ciurul Lui Eratosthenes | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53458211 | Utilizator | |
Fișier | ciurul_lui_eratosthenes.cpp | Dimensiune | 392 B |
Data încărcării | 31 Octombrie 2024, 18:21 | Scor / rezultat | Eroare de compilare |
ciurul_lui_eratosthenes.cpp: In function 'int main()': ciurul_lui_eratosthenes.cpp:12:5: error: expected ',' or ';' before 'for' for (int i = 2; i < n; i ++) ^ ciurul_lui_eratosthenes.cpp:12:21: error: 'i' was not declared in this scope for (int i = 2; i < n; i ++) ^ ciurul_lui_eratosthenes.cpp:12:32: error: expected ';' before ')' token for (int i = 2; i < n; i ++) ^ ciurul_lui_eratosthenes.cpp:11:10: warning: unused variable 'nuEPrim' [-Wunused-variable] bool nuEPrim[N + 1] = {false} ^ ciurul_lui_eratosthenes.cpp:24:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Ciurul Lui Eratosthenes 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ă.