#include

#include

#include

using namespace std;

int main()

{int m, x, a, b;

cout << "Vvedite x: ";

cin >> x;

a=0.001;

b=5.1;

cout << "m = " << ( x < 1 ? x + 1 : (x = 1) ? a - x + b : x - (b / a) ) << endl;

return 0; }
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.