• нужно создать программу в Microsoft Visual Studio
    номер 2.1 3.1

    question img
    question img

Ответы 1

  • Задача 2.1 #include <iostream>#include <cmath>using namespace std; int main() { int input; cin >> input; int size1 = abs(input / 100 - input % 100 / 10); int size2 = abs(input % 100 / 10 - input % 10); if (size1 == size2){ cout << "YES" << endl; }else{ cout << "NO" << endl; } return 0; }
    • Автор:

      luke916
    • 6 лет назад
    • 0
  • Добавить свой ответ

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years