#3155
anagrame4
Se citește de la tastatură un cuvânt s
format din cel mult 11 litere mici distincte. Să se genereze în ordine alfabetică și să se afișeze toate anagramele cuvântului s în care consoanele sunt puncte fixe.
Problema | anagrame4 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53991367 | Utilizator | |
Fișier | anagrame4.cpp | Dimensiune | 1.14 KB |
Data încărcării | 17 Noiembrie 2024, 10:07 | Scor / rezultat | 100 puncte |
anagrame4.cpp: In function 'bool rez(int)': anagrame4.cpp:16:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (k == strlen(s) - 1) ^ anagrame4.cpp: In function 'void isus(int)': anagrame4.cpp:39:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (ok(k)) ^ anagrame4.cpp:49:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (ok(k)) ^ anagrame4.cpp: In function 'int main()': anagrame4.cpp:58:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < strlen(s); i++) ^
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 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema anagrame4 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ă.