Borderou de evaluare (job #616958)

Utilizator avatar Pleto20 Cosmin-Andrei Pletosu Pleto20 IP ascuns
Problemă Skyline (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 20 nov. 2021 00:18:07 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:50:5: error: 'cout' was not declared in this scope 50 | cout << answer << '\n'; | ^~~~ main.cpp:5:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'? 4 | #include <functional> +++ |+#include <iostream> 5 |