#3942
fazan
Se dau n
cuvinte formate din litere mici și un număr m
. Afișați în ordine lexicografică toate șirurile de m cuvinte dintre cele date, care respectă regula jocului Fazan
.
Problema | fazan | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #49766325 | Utilizator | |
Fișier | fazan.cpp | Dimensiune | 735 B |
Data încărcării | 14 Martie 2024, 11:58 | Scor / rezultat | 0 puncte |
fazan.cpp: In function 'int valid(int)': fazan.cpp:8:24: warning: array subscript has type 'char' [-Wchar-subscripts] int l1=strlen(a[st[k-1]]); ^ fazan.cpp:11:20: warning: array subscript has type 'char' [-Wchar-subscripts] if(k>1 && a[st[k-1]][l1-2]==a[st[k]][0]&& a[st[k-1]][l1-1]==a[st[k]][1]) ^ fazan.cpp:11:36: warning: array subscript has type 'char' [-Wchar-subscripts] if(k>1 && a[st[k-1]][l1-2]==a[st[k]][0]&& a[st[k-1]][l1-1]==a[st[k]][1]) ^ fazan.cpp:11:52: warning: array subscript has type 'char' [-Wchar-subscripts] if(k>1 && a[st[k-1]][l1-2]==a[st[k]][0]&& a[st[k-1]][l1-1]==a[st[k]][1]) ^ fazan.cpp:11:68: warning: array subscript has type 'char' [-Wchar-subscripts] if(k>1 && a[st[k-1]][l1-2]==a[st[k]][0]&& a[st[k-1]][l1-1]==a[st[k]][1]) ^ fazan.cpp: In function 'void Back(int)': fazan.cpp:27:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(valid(k)) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.024 secunde | Raspuns gresit. | 10 | 0 | ||
10 | Depășit | Limita de timp depășită | 5 | 0 | ||
11 | Depășit | Limita de timp depășită | 5 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema fazan 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ă.