#1354
varf
Se consideră un şir a
cu n
numere naturale distincte: a
1
, a
2
,..., a
n
.
Să se genereze în ordine lexicografică toate subşirurile vârf
ale şirului a
, de lungime k≥3
.
Problema | varf | Operații I/O |
varf.in /varf.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 2 MB
/
Stivă 2 MB
|
Id soluție | #54767470 | Utilizator | |
Fișier | varf.cpp | Dimensiune | 1.08 KB |
Data încărcării | 08 Decembrie 2024, 07:28 | Scor / rezultat | 20 puncte |
varf.cpp: In function 'bool varf()': varf.cpp:14:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(p+1<sol.size() && sol[p] < sol[p+1]) ^ varf.cpp:16:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(p == sol.size() - 1) return false; ^ varf.cpp:17:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(p+1<sol.size() && sol[p] > sol[p+1]) ^ varf.cpp:19:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] return (p == sol.size() - 1); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 20 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema varf 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ă.