Borderou de evaluare (job #679724)

Utilizator avatar T1radu Taerel Radu Nicolae T1radu IP ascuns
Problemă Hashuri (clasa a 9-a) Compilator cpp-32
Rundă cex_11_12_2022 Status evaluat
Dată 4 dec. 2022 23:37:36 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:36:5: error: 'cin' was not declared in this scope 36 | cin.tie(NULL); | ^~~ main.cpp:27:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'? 26 | #include <set> +++ |+#include <iostream> 27 | using namespace std;