import math y=0 a=0 b=0 c=0 print("Input n / x ") n=int(input()) x=float(input()) print("Sin x = ",math.sin(x)) if n==1: print("variant 1") a=2.4 b=1.7 c=2.8 elif n==2: print("variant 2") a=3.4 b=2.5 c=3.1 elif n==3: print("variant 3") a=3.8 b=2.7 c=3.8 else: print("Result of sin(x) have range between 0.5 to 0.85") if n<4: if x<=a: print(1) …
Channel
Крипто Даун
@cryptomeowmeow
On this record: Growth · Engagement · Posts · Cite this entry
—subscribers
Register entry
| Telegram ID | -1001834248972 |
|---|---|
| Type | Channel |
| Username | @cryptomeowmeow |
| Created | 10 October 2022 — measured — dated from the channel’s first post |
| First recorded | 23 August 2026 |
| Last confirmed live | 24 August 2026 |
| Measurements held | 0 |
| On Telegram | t.me/cryptomeowmeow |
Growth
Growth history is still building. We hold no measurements for this entry. A trend needs at least two, taken days apart — so this will fill in on its own rather than being estimated. We do not publish numbers we have not measured.
Engagement
9 posts held, back to 10 October 2022 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 page of Telegram’s post history, 20 posts per page.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 9 posts for this entry, the most recent from 10 October 2022. An engagement rate over an empty window would be a number about nothing.
Recent posts
Python lab 3
#include <iostream> #include <math.h> using namespace std; int main() { double a,b,c,x,y; //указали переменные int n; cout<<"Input n and x"<<endl; cin>>n>>x; switch (n) { case 1: {a=2.4;b=1.7;c=2.8; break;} case 2: {a=3.4;b=2.5;c=3.1; break;} case 3: {a=3.8;b=2.7;c=3.8; break;} default: cout<<"WRONG variant choose 1-3!"; break; } if(…
С++ лаб 3
import math y=0 print("Input a / b / x ") a=float(input()) b=float(input()) x=float(input()) print("Sin x = ",math.sin(x)) if math.sin(x)<0.5: print("variant 1") y=a*x+a*b*math.pow(math.cos(x),2) elif math.sin(x)==0.85: print("variant 2") y=math.pow(a,2)*math.pow(x,2)+b*math.cos(a*x) elif math.sin(x)>0.85: print("variant 3") y=b*x*math.log(abs(a+x)) else: print("Result of sin(x) have …
Питон лаб 2
C++
#include <iostream> #include <math.h> using namespace std; int main() { double a,b,x,y; //указали переменные cout<<"Input a / b / x "<<endl; // Показывает на экране чтобы ввели значения а б х cin>>a>>b>>x; //вводим с экрана значения для а б х cout<<"Sin x = "<<sin(x)<<endl; if(sin(x)<0.5) //Условие 1 Если синус х меньше чем 0.5 то выполняем: { cout<<"variant 1"<<endl; //Чтобы удост…
Channel created
Showing the 9 most recent of 9 posts we hold for @cryptomeowmeow. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.
Cite this entry
A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. This entry holds no subscriber measurement yet, so the line below cites the entry itself.
“Крипто Даун” (@cryptomeowmeow). Telegram Register, tgregister.com/channel/cryptomeowmeow.
No subscriber measurement is held for this entry yet, so there is no history to download — a download that asserted zero readings would be a false statement, not an empty one.