#578
SecvEgale2
Se dă un vector cu n
elemente, numere naturale. Determinați câte secvențe ale vectorului au toate elementele egale.
Problema | SecvEgale2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55087883 | Utilizator | |
Fișier | secvegale2.cpp | Dimensiune | 468 B |
Data încărcării | 21 Decembrie 2024, 21:04 | Scor / rezultat | 80 puncte |
secvegale2.cpp: In function 'int main()': secvegale2.cpp:6:29: warning: unused variable 'b' [-Wunused-variable] long long n, a[100000], b[100000], m, l = 0, max = 1, k = 0; ^ secvegale2.cpp:6:40: warning: unused variable 'm' [-Wunused-variable] long long n, a[100000], b[100000], m, l = 0, max = 1, k = 0; ^ secvegale2.cpp:6:43: warning: unused variable 'l' [-Wunused-variable] long long n, a[100000], b[100000], m, l = 0, max = 1, k = 0; ^ secvegale2.cpp:6:50: warning: unused variable 'max' [-Wunused-variable] long long n, a[100000], b[100000], m, l = 0, max = 1, k = 0; ^ secvegale2.cpp:6:59: warning: unused variable 'k' [-Wunused-variable] long long n, a[100000], b[100000], m, l = 0, max = 1, k = 0; ^
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.032 secunde | OK. | 20 | 20 | ||
5 | Depășit | Limita de timp depășită | 20 | 0 | ||
Punctaj total | 80 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema SecvEgale2 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ă.