Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
/** libraries */
#include <iostream>
#include <cmath>
#include <vector>
#include <map>
#include <set>
#include <queue>
#include <stack>
#include <algorithm>
using namespace std;
/** defines */
#define ll long long
#define ld long double
#define yes cout << "YES" << "\n"
#define no cout << "NO" << "\n"
signed main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
ld x;
cin >> x;
if(x < 5)
cout << sin(2*x + 3);
else if(x < 8)
cout << 3*x + 2 * pow(x,3);
else
cout << (3*x-2)/(1 + pow(x,2));
}
var
a,b: longint;
begin
readln(a,b);
while a> 0 do
if a mod 10=b then
writeln('est');
halt;
end;
a: =a div 10;
writeln('net');
end.
данное слово - центрирование
Популярные вопросы