#2262
scrabble
n
piese speciale de scrabble. Fiecare piesă are inscripționate două litere mari ale alfabetului englez A...Z
, una dintre litere fiind consoană, cealaltă fiind vocală. Jucătorul poate forma cuvinte prin alăturarea pieselor pe orizontală.
Un cuvânt este considerat valid dacă respectă următoarele condiții:
Cuvântul este cu atât mai valoros cu cât folosește mai multe piese de scrabble.
Problema | scrabble | Operații I/O |
scrabble.in /scrabble.out
|
---|---|---|---|
Limita timp | 0.7 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53042002 | Utilizator | |
Fișier | scrabble.cpp | Dimensiune | 1.04 KB |
Data încărcării | 16 Octombrie 2024, 11:33 | Scor / rezultat | 0 puncte |
scrabble.cpp: In function 'void afisare(int)': scrabble.cpp:17:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(strcmp(t,cuvmax)>0 && k==elem || k>elem) ^ scrabble.cpp: In function 'int continuare(int)': scrabble.cpp:28:77: warning: NULL used in arithmetic [-Wpointer-arith] if(strchr("AEIOU",cuv[s[k]][0])!=NULL && strchr("AEIOU",cuv[s[k-1]][1]!=NULL)||strchr("AEIOU",cuv[s[k]][0])==NULL && strchr("AEIOU",cuv[s[k-1]][1]==NULL)) ^ scrabble.cpp:28:153: warning: NULL used in arithmetic [-Wpointer-arith] if(strchr("AEIOU",cuv[s[k]][0])!=NULL && strchr("AEIOU",cuv[s[k-1]][1]!=NULL)||strchr("AEIOU",cuv[s[k]][0])==NULL && strchr("AEIOU",cuv[s[k-1]][1]==NULL)) ^ scrabble.cpp:28:43: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(strchr("AEIOU",cuv[s[k]][0])!=NULL && strchr("AEIOU",cuv[s[k-1]][1]!=NULL)||strchr("AEIOU",cuv[s[k]][0])==NULL && strchr("AEIOU",cuv[s[k-1]][1]==NULL)) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0.028 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0.04 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0.436 secunde | Raspuns gresit. | 20 | 0 | ||
6 | 0.044 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema scrabble 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ă.