Bom dia
Estou com o respectivo erro, o que está acontecendo?
[Running] cd "c:\Users\fabiana.marucci\Documents\Alura" && g++ jogodaadivinhacao.cpp -o jogodaadivinhacao && "c:\Users\fabiana.marucci\Documents\Alura"jogodaadivinhacao
jogodaadivinhacao.cpp: In function 'int main()':
jogodaadivinhacao.cpp:17:5: error: 'cin' was not declared in this scope; did you mean 'std::cin'?
17 | cin >> chute;
| ^~
| std::cin
In file included from jogodaadivinhacao.cpp:1:
C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/10.3.0/include/c++/iostream:60:18: note: 'std::cin' declared here
60 | extern istream cin; /// Linked to standard input
| ^