Borderou de evaluare (job #826440)

Utilizator avatar edi2025 edi giurgea edi2025 IP ascuns
Problemă Palindrom4 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 29 mai 2025 17:25:48 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:24:19: error: expected primary-expression before '/' token 24 | y=/10; | ^ main.cpp:30:5: error: 'cout' was not declared in this scope 30 | cout<<pal; | ^~~~ main.cpp:10:1: note: 'std::cout' is defined in header '<iostream>'; this is probably fixable by adding '#include <iostream>' 9 | #include <fstream> +++ |+#include <iostream> 10 | using namespace std;