введите здесь описание изображения
Код: Выделить всё
#include
#include
int main(int nArg, char* pszArgs[])
{
std::setlocale(LC_ALL, "Russian");
int arg1;
std::cout > arg1;
int arg2;
std::cout > arg2;
if (arg1 > arg2)
{
std::cout arg1;
return 0;
}
Подробнее здесь: https://stackoverflow.com/questions/791 ... -in-vs2022
Мобильная версия