#2271
ProdMax1
Se dă un șir cu n
numere întregi. Determinați cel mai mare număr care poate fi scris ca produs de două elemente ale șirului.
Problema | ProdMax1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #37305996 | Utilizator | |
Fișier | prodmax1.cpp | Dimensiune | 607 B |
Data încărcării | 05 August 2022, 16:26 | Scor / rezultat | 50 puncte |
prodmax1.cpp: In function 'int main()': prodmax1.cpp:22:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if( x >= p2 ){ p1 = p2; p2 = x; } ^ prodmax1.cpp:23:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if( x >= p1) p1 = x; ^ prodmax1.cpp:26:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if( x <= n2 ){ n1 = n2; n2 = x; } ^ prodmax1.cpp:27:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if( x <= n1) n1 = x; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0.032 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0.032 secunde | OK. | 10 | 10 | ||
7 | 0.04 secunde | OK. | 10 | 10 | ||
8 | 0.04 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 50 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ProdMax1 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ă.