#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 | #54341276 | Utilizator | |
Fișier | palindrom.cpp | Dimensiune | 603 B |
Data încărcării | 26 Noiembrie 2024, 09:56 | Scor / rezultat | Eroare de compilare |
palindrom.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type ifstream fin("palindrom.in"); ^ palindrom.cpp:5:14: error: variable 'std::ofstream fout' has initializer but incomplete type ofstream fout("palindrom.out"); ^ palindrom.cpp: In function 'int main()': palindrom.cpp:14:13: error: conflicting declaration 'int m' int m = 0; ^ palindrom.cpp:12:14: error: 'm' has a previous declaration as 'char m [101]' char m[101]; ^ palindrom.cpp:18:10: error: 'ok' was not declared in this scope ok=0; ^ palindrom.cpp:19:15: error: 'ch' was not declared in this scope while(ch[j]!='\0') ^ palindrom.cpp:30:13: error: expected '}' at end of input return 0; ^
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ă.