std

C++ Problem with std::cin std::cout

I have a problem, the code is calmly compiled into the exe, and the first two inputs work perfectly, but when it comes time f ... ns, please ask. [23.03.2020 19:22] Corrected: Changed the names of the variables, for greater simplicity and understanding.

map does not save an association by an already existing key

Good afternoon. Solving a problem : "Two words are called synonyms of each other if they have similar meanings. Implement the ... etween c++ and java, and overwrites the first one, changing rust to java. I will be grateful for your help in fixing the bug.

Did I set up the project correctly with the MinGW compiler (CLion)

Installed MinGW via msys2: compiler pacman -S mingw-w64-x86_64-gcc make pacman -S mingw-w64-x86_64-make gdb. Added path ... double x; std::cin >> x; std::cout << "Hello, World! " << x << std::endl; return 0; }