Borderou de evaluare (job #614262)

Utilizator avatar Sebi_Ripa Sebastian Ripa Sebi_Ripa IP ascuns
Problemă Jimjam (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 nov. 2021 17:28:32 Scor 0

Raport evaluator

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