Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
СП КИ ЭТАП 2
#include <iostream> #include <iomanip> using namespace std; int main(){ setlocale(LC_ALL, "Russian"); int a; float sum, per; cout << "Введите количество членов полседовательности: "; cin >> a; cout << setprecision(15); cout << fixed; for(int i = 1; i<=a; i++){ per = (2*i-1)*(2*i+1); sum += (1/per); } cout << "Если считать от начала, то сумма равна: " << sum << endl; sum = 0; for(int i = a; i>=1; i--){ per = (2*i-1)*(2*i+1); sum += (1/per); } cout << "Если считать от конца, то сумма равна: " << sum << endl; }
run
|
edit
|
history
|
help
0
sort
template
typeid
Silly circular pointer
Atul
half diamond or pyramid
დიოფანტეს განტოლება
volatile thread-safe object
horse aand goat working
series