#88
Palindrom
Să se verifice dacă un cuvânt dat este palindrom.
Problema | Palindrom | Operații I/O |
palindrom.in /palindrom.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54424775 | Utilizator | |
Fișier | palindrom.cpp | Dimensiune | 456 B |
Data încărcării | 28 Noiembrie 2024, 09:31 | Scor / rezultat | Eroare de compilare |
palindrom.cpp: In function 'int main()': palindrom.cpp:11:8: error: expected ';' before ')' token for (n) ^ palindrom.cpp:25:1: warning: statement has no effect [-Wunused-value] } ^ palindrom.cpp:25:1: error: expected primary-expression at end of input palindrom.cpp:25:1: error: expected ';' at end of input palindrom.cpp:25:1: error: expected primary-expression at end of input palindrom.cpp:25:1: error: expected ')' at end of input palindrom.cpp:25:1: error: expected statement at end of input palindrom.cpp:25:1: error: expected '}' at end of input
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Palindrom 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ă.