#303
Eratostene
Se dau n
numere naturale mai mici decât 1.000.000
. Determinaţi câte dintre ele sunt prime.
Problema | Eratostene | Operații I/O |
eratostene.in /eratostene.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #33875491 | Utilizator | |
Fișier | eratostene.cpp | Dimensiune | 527 B |
Data încărcării | 12 Ianuarie 2022, 08:40 | Scor / rezultat | 0 puncte |
eratostene.cpp: In function 'int main()': eratostene.cpp:14:27: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long unsigned int*' [-Wformat=] fscanf(fisier1,"%d",&n); ^ eratostene.cpp:17:28: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long unsigned int*' [-Wformat=] fscanf(fisier1,"%d",&x); ^ eratostene.cpp:20:27: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long unsigned int' [-Wformat=] fprintf(fisier2,"%d",C); ^ eratostene.cpp:14:28: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(fisier1,"%d",&n); ^ eratostene.cpp:17:29: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(fisier1,"%d",&x); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.02 secunde | Caught fatal signal 11 | 20 | 0 | Exemplu | |
2 | 0.016 secunde | Caught fatal signal 11 | 40 | 0 | ||
3 | 0.016 secunde | Caught fatal signal 11 | 40 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Eratostene 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ă.