#97
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 | #64654409 | Utilizator | |
| Fișier | anagrame.cpp | Dimensiune | 706 B |
| Data încărcării | 20 Mai 2026, 18:29 | Scor/rezultat | 100 puncte |
anagrame.cpp: In function ‘int main()’: anagrame.cpp:11:10: warning: self-comparison always evaluates to true [-Wtautological-compare] 11 | if(l1==l1) | ~~^~~~ anagrame.cpp:18:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 18 | for(i=0;i<l1-1;i++) | ^~~ anagrame.cpp:22:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 22 | for(i=0;i<l1;i++) | ^~~ anagrame.cpp:22:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] anagrame.cpp:28:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 28 | cout<<ok; | ^~~~
| Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
|---|---|---|---|---|---|---|
| 1 | 0.001 secunde | OK. | 10 | 10 | Exemplu | |
| 2 | 0.002 secunde | OK. | 10 | 10 | ||
| 3 | 0.001 secunde | OK. | 20 | 20 | ||
| 4 | 0.001 secunde | OK. | 20 | 20 | ||
| 5 | 0.001 secunde | OK. | 20 | 20 | ||
| 6 | 0.001 secunde | OK. | 10 | 10 | ||
| 7 | 0.001 secunde | OK. | 10 | 10 | ||
| Punctaj total | 100 | |||||
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ă.