Ответы 1

  • #include <iostream> #include <cmath>using std::cin; using std::cout; using std::endl; int main(){ int x; cout << "Entet X = "; cin >> x; cout << endl << "х^1 * х^2 + х^1 * х^3 + х^2 * х^2 = "; cout << pow(x, 3) + pow(x, 4) * 2; return 0; }
  • Добавить свой ответ

Войти через Google

или

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

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

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