Home
О нас
Products
Services
Регистрация
Войти
Поиск
gasanovruslan2000
@gasanovruslan2000
June 2022
2
35
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 sin2x cosx10 pomogite reshitb50984e019180afeca20d9ea0460b4a6 83923
Answer
gasanovruslan2000
August 2022 | 0 Ответы
reshite uravnenie 3x35x25x305e26910b93d5a3aa11c6c12b9d8d68f4 57582
Answer
gasanovruslan2000
August 2022 | 0 Ответы
reshit uravnenie 2sosx 4sinxcosx 1
Answer
gasanovruslan2000
August 2022 | 0 Ответы
tex]...
Answer
gasanovruslan2000
August 2022 | 0 Ответы
3 sin2x cosx10 pomogite reshitcef931c0bf4449b79c19aeb906e9dcc9 47097
Answer
gasanovruslan2000
August 2022 | 0 Ответы
reshit sinxcosx1 s podrobnym resheniem zaranee spasibo
Answer
gasanovruslan2000
August 2022 | 0 Ответы
reshit uravnenie 2cosxsin4x1
Answer
gasanovruslan2000
August 2022 | 0 Ответы
masha znaet v 4 raza bolshe slov chem dasha a dasha znaet na 36 angliskih slovmenshe9876d179c4a4b7a9b164718d82c4ce58 31680
Answer
gasanovruslan2000
August 2022 | 0 Ответы
4p najti proizvodnuyucc76cca9a5bba6611e4b8cf8521fe541 97075
Answer
gasanovruslan2000
August 2022 | 0 Ответы
kuda prilozhena i kak napravlena sila tyazhesti dejstvuyushaya na lyuboe telo
Answer
рекомендуемые вопросы
rarrrrrrrr
August 2022 | 0 Ответы
o chem dolzhny pozabotitsya v pervuyu ochered vzroslye pri organizacionnom vyvoze n
danilarsentev
August 2022 | 0 Ответы
est dva stanka na kotoryh vypuskayut odinakovye zapchasti odin proizvodit a zapcha
myachina8
August 2022 | 0 Ответы
najti po grafiku otnoshenie v3v1 v otvetah napisano 9 no nuzhno reshenie
ydpmn7cn6w
August 2022 | 0 Ответы
Choose the correct preposition: 1.I am fond (out,of,from) literature. 2.where ar...
millermilena658
August 2022 | 0 Ответы
opredelite kak sozdavalas i kto sozdaval arabskoe gosudarstvo v kracii
MrZooM222
August 2022 | 0 Ответы
ch ajtmanov v rasskaze krasnoe yabloko ispolzuet metod rasskaz v rasskaze opi
timobila47
August 2022 | 0 Ответы
kakovo bylo naznachenie kazhdoj iz chastej vizantijskogo hrama pomogite pozhalujsta
ivanyyaremkiv
August 2022 | 0 Ответы
moment. 6....
pozhalujsta8b98a56c0152a07b8f4cbcd89aa2f01e 97513
sarvinozwakirjanova
August 2022 | 0 Ответы
pomogite pozhalusto pzha519d7eb8246a08ab0df06cc59e9dedb 6631
×
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 © 2024 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
кон