Home
О нас
Products
Services
Регистрация
Войти
Поиск
gasanovruslan2000
@gasanovruslan2000
June 2022
2
45
Report
ОТДАМ МНОГО БАЛЛОВ! РЕШИТЬ АЛГОРИТМИЧЕСКОМ ЯЗЫКЕ
УРАВНЕНИЕ: T= [tex] \frac{8}{ \sqrt{x} } [/tex] +[tex] \sqrt{x} [/tex]
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
DmitryCpp
Verified answer
Вот на С++:
#include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <deque>
#include <queue>
#include <stack>
#include <set>
#include <map>
#include <algorithm>
#include <functional>
#include <cstring>
#include <utility>
#include <bitset>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <cstdio>
#include <climits>
typedef unsigned long long ulol;
typedef long double ld;
typedef long long lol;
typedef long int li;
#define mp make_pair
#define F first
#define S second
#define sqr(a) ( (a) * (a) )
#define pb push_back
#define INF 999999999
#define ret(a) cout << endl; system("pause"); return(a)
//#define ret(a) return(a)
using namespace std;
int main()
{
ld x;
cin >> x;
x = ( 8 / sqrt( x ) ) + sqrt(x);
cout << x;
ret(0);
}
1 votes
Thanks 0
gasanovruslan2000
не это
gasanovruslan2000
нужно на словесном
gasanovruslan2000
например алг нач рез
irasen
Verified answer
Алг уравнение
вещ t, х
нач
ввод х
t = 8 / x^(1/2)+x^(1/2)
вывод t
кон
4 votes
Thanks 1
DmitryCpp
маются*
DmitryCpp
зачем это?
AnatonSirnikov
А зачем ты писал тысячу инклюдов?
DmitryCpp
что бы подключить библиотеки
DmitryCpp
просто я участвую в олимпах
DmitryCpp
и что бы вечно не писать инклюде ттт, у меня есть файл. в котором я пишу исходники
irasen
Замечания по поводу того, что в школе учат не тому, отправляйте, пожалуйста, в министерство образования.
gasanovruslan2000
аахахаа
gasanovruslan2000
я ору
DmitryCpp
хорошая идея)
More Questions From This User
See All
gasanovruslan2000
August 2022 | 0 Ответы
3 sin^2x-cosx+1=0 Помогите решить...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
Решите уравнение: 3x^3+5x^2+5x+3=0...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
решить уравнение 2соs²x + 4sinxcosx= -1...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
tex]...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
3 sin^2x-cosx+1=0 Помогите решить...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
Решить sinx+cosx=1 с подробным решением. заранее спасибо...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
Решить уравнение 2cos²x+sin4x=1...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
Маша знает в 4 раза больше слов чем даша а даша знает на 36 англиских словменьше...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
4П) Найти производную...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
куда приложена и как направлена сила тяжести действующая на любое тело?...
Answer
рекомендуемые вопросы
rarrrrrrrr
August 2022 | 0 Ответы
о чем должны позаботиться в первую очередь взрослые при организационном вывозе н...
danilarsentev
August 2022 | 0 Ответы
Есть два станка на которых выпускают одинаковые запчасти один производит a запча...
myachina8
August 2022 | 0 Ответы
Найти по графику отношение V3:V1. В ответах написано 9, но нужно решение...
ydpmn7cn6w
August 2022 | 0 Ответы
Choose the correct preposition: 1.I am fond (out,of,from) literature. 2.where ar...
millermilena658
August 2022 | 0 Ответы
Определите Как создавалась и кто создавал арабское государство в крации...
MrZooM222
August 2022 | 0 Ответы
Ч. Айтманов в рассказе "Красное яблоко" использует метод рассказ в рассказе. Опи...
timobila47
August 2022 | 0 Ответы
каково было назначение каждой из частей византийского храма? помогите пожалуйста...
ivanyyaremkiv
August 2022 | 0 Ответы
moment. 6....
Участник Знаний
August 2022 | 0 Ответы
Пожалуйста!!!!!!!!!!!!...
sarvinozwakirjanova
August 2022 | 0 Ответы
помогите пожалусто пж...
×
Report "tex]..."
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
Вот на С++:#include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <deque>
#include <queue>
#include <stack>
#include <set>
#include <map>
#include <algorithm>
#include <functional>
#include <cstring>
#include <utility>
#include <bitset>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <cstdio>
#include <climits>typedef unsigned long long ulol;
typedef long double ld;
typedef long long lol;
typedef long int li;#define mp make_pair
#define F first
#define S second
#define sqr(a) ( (a) * (a) )
#define pb push_back
#define INF 999999999
#define ret(a) cout << endl; system("pause"); return(a)
//#define ret(a) return(a)using namespace std;int main()
{
ld x;
cin >> x;
x = ( 8 / sqrt( x ) ) + sqrt(x);
cout << x;
ret(0);
}
Verified answer
Алг уравнениевещ t, х
нач
ввод х
t = 8 / x^(1/2)+x^(1/2)
вывод t
кон