./test4.cpp:22:1: error: a function-definition is not allowed here before ‘{’ token 22 | { | ^ ./test4.cpp:45:1: error: ‘out’ was not declared in this scope 45 | out << "no word was repeated." << endl; | ^~~ ./test4.cpp:46:1: error: ‘else’ without a previo...