./test4.cpp:10:9: error: ‘cin’ was not declared in this scope 10 | if (cin >> word) | ^~~ ./test4.cpp:3:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’? 2 | #include <string> +++ |+#include <iostream> 3 | ....