#97
Anagrame
Să se scrie un program care verifică dacă două cuvinte date sunt anagrame.
Problema | Anagrame | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55052842 | Utilizator | |
Fișier | anagrame.cpp | Dimensiune | 719 B |
Data încărcării | 18 Decembrie 2024, 19:32 | Scor / rezultat | 0 puncte |
anagrame.cpp: In function 'int main()': anagrame.cpp:10:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(s)-1;i++) ^ anagrame.cpp:12:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=i+1;j<strlen(s);j++) ^ anagrame.cpp:22:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(t)-1;i++) ^ anagrame.cpp:24:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=i+1;j<strlen(t);j++) ^ anagrame.cpp:6:13: warning: unused variable 'ok' [-Wunused-variable] int i,j,ok=1,aux; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | Depășit | Limita de timp depășită | 10 | 0 | Exemplu | |
2 | Depășit | Limita de timp depășită | 10 | 0 | ||
3 | Depășit | Limita de timp depășită | 20 | 0 | ||
4 | Depășit | Limita de timp depășită | 20 | 0 | ||
5 | Depășit | Limita de timp depășită | 20 | 0 | ||
6 | Depășit | Limita de timp depășită | 10 | 0 | ||
7 | Depășit | Limita de timp depășită | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Anagrame 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ă.