#96
PalindromMaxim
Să se scrie un program care citește o propoziție și determină cuvântul palindrom de lungime maximă.
Problema | PalindromMaxim | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52515452 | Utilizator | |
Fișier | palindrommaxim.cpp | Dimensiune | 365 B |
Data încărcării | 02 Octombrie 2024, 10:39 | Scor / rezultat | Eroare de compilare |
palindrommaxim.cpp: In function 'int palindrom(char*)': palindrommaxim.cpp:10:33: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for (int j = 0; j=strlen(s)-1;1<j;i++;j--) ^ palindrommaxim.cpp:10:36: warning: for increment expression has no effect [-Wunused-value] for (int j = 0; j=strlen(s)-1;1<j;i++;j--) ^ palindrommaxim.cpp:10:38: error: expected ')' before ';' token for (int j = 0; j=strlen(s)-1;1<j;i++;j--) ^ palindrommaxim.cpp:10:39: error: 'i' was not declared in this scope for (int j = 0; j=strlen(s)-1;1<j;i++;j--) ^ palindrommaxim.cpp:10:43: error: 'j' was not declared in this scope for (int j = 0; j=strlen(s)-1;1<j;i++;j--) ^ palindrommaxim.cpp:10:46: error: expected ';' before ')' token for (int j = 0; j=strlen(s)-1;1<j;i++;j--) ^ palindrommaxim.cpp:16:5: warning: no return statement in function returning non-void [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PalindromMaxim 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ă.