Borderou de evaluare (job #665138)

Utilizator avatar Vlad080107 Vlad Niculaie Faranga Vlad080107 IP ascuns
Problemă Aritmetica2 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 30 sept. 2022 11:06:31 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:32:8: error: 'cout' was not declared in this scope 32 | cout<<e; | ^~~~ main.cpp:2:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'? 1 | #include<fstream> +++ |+#include <iostream> 2 | using namespace std;