#include <iostream> #include <windows.h> using namespace std; int main() { SetConsoleOutputCP(CP_UTF8); cout << "Это работает" << endl; }