#1149
ExistaPrimeDivImp
Se dă un şir cu n
elemente, numere naturale. Folosind metoda Divide et Impera să se verifice dacă în șir există elemente prime.
Problema | ExistaPrimeDivImp | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52911417 | Utilizator | |
Fișier | existaprimedivimp.cpp | Dimensiune | 627 B |
Data încărcării | 12 Octombrie 2024, 16:36 | Scor / rezultat | 0 puncte |
existaprimedivimp.cpp: In function 'int exista_prime(int*, int, int)': existaprimedivimp.cpp:20:9: warning: unused variable 'mij' [-Wunused-variable] int mij=(st+dr)/2; ^ existaprimedivimp.cpp: In function 'int main()': existaprimedivimp.cpp:27:9: warning: unused variable 'st' [-Wunused-variable] int st, dr, a[101], n; ^ existaprimedivimp.cpp:27:13: warning: unused variable 'dr' [-Wunused-variable] int st, dr, a[101], n; ^ existaprimedivimp.cpp: In function 'int exista_prime(int*, int, int)': existaprimedivimp.cpp:21:36: warning: 'mij' may be used uninitialized in this function [-Wmaybe-uninitialized] return exista_prime(a, st, mij ) || exista_prime(a, mij+1, dr); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.004 secunde | Caught fatal signal 11 | 20 | 0 | Exemplu | |
2 | 0.004 secunde | Caught fatal signal 11 | 20 | 0 | ||
3 | 0.004 secunde | Caught fatal signal 11 | 30 | 0 | ||
4 | 0.004 secunde | Caught fatal signal 11 | 30 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ExistaPrimeDivImp 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ă.