Să se verifice dacă o propoziție dată este palindromică.
Problema | PalindromPropozitie | Operații I/O |
palindrom.in /palindrom.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54378968 | Utilizator | |
Fișier | palindrompropozitie.cpp | Dimensiune | 686 B |
Data încărcării | 27 Noiembrie 2024, 09:02 | Scor / rezultat | 0 puncte |
palindrompropozitie.cpp: In function 'int main()': palindrompropozitie.cpp:15:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=0; j<strlen(s); j) ^ palindrompropozitie.cpp:15:26: warning: for increment expression has no effect [-Wunused-value] for(j=0; j<strlen(s); j) ^ palindrompropozitie.cpp:8:18: warning: 'l' may be used uninitialized in this function [-Wmaybe-uninitialized] { int n,ok,i,j,k,l; ^ palindrompropozitie.cpp:38:5: warning: 'ok' may be used uninitialized in this function [-Wmaybe-uninitialized] if(ok==1) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 70 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PalindromPropozitie 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ă.