#1350
produs2
Se consideră un şir cu elemente numere naturale nenule. Să se afle câte secvenţe din şir au produsul mai mic decât un număr dat.
Problema | produs2 | Operații I/O |
produs2.in /produs2.out
|
---|---|---|---|
Limita timp | 1.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54055549 | Utilizator | |
Fișier | produs2.cpp | Dimensiune | 487 B |
Data încărcării | 18 Noiembrie 2024, 20:15 | Scor / rezultat | 95 puncte |
produs2.cpp: In function 'int main()': produs2.cpp:10:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i <= n; i++) fin >> nr[i]; ^ produs2.cpp:11:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i <= n; i++) { ^ produs2.cpp:14:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (j <= n && produs < p) { ^ produs2.cpp:19:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (j > n && produs < p) contor++; ^ produs2.cpp:6:26: warning: unused variable 'k' [-Wunused-variable] unsigned nr[1000001],n, k, contor=0; ^ produs2.cpp:8:7: warning: unused variable 'sem' [-Wunused-variable] bool sem = 1; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | OK. | 20 | 20 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0.008 secunde | OK. | 5 | 5 | ||
6 | 0.028 secunde | OK. | 5 | 5 | ||
7 | 0.164 secunde | OK. | 5 | 5 | ||
8 | Depășit | Limita de timp depășită | 5 | 0 | ||
Punctaj total | 95 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema produs2 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ă.