en
Feedback
Code With Virus

Code With Virus

Open in Telegram

Coding channel @codewithvirus. 👈 Main group @avirustech 👈 Accenture @Accenturavirustech 👈 IBM. @IBMavirustech 👈 Tech Mahindra. @TechMavirustech 👈

Show more

📈 Analytical overview of Telegram channel Code With Virus

Channel Code With Virus (@codewithvirus) in the English language segment is an active participant. Currently, the community unites 10 559 subscribers, ranking 10 501 in the Technologies & Applications category and 43 593 in the India region.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 10 559 subscribers.

According to the latest data from 04 December, 2025, the channel demonstrates stable activity. Although there has been a change in the number of participants by -87 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
Coding channel @codewithvirus. 👈 Main group @avirustech 👈 Accenture @Accenturavirustech 👈 IBM. @IBMavirustech 👈 Tech Mahindra. @TechMavirustech 👈

Thanks to the high frequency of updates (latest data received on 05 December, 2025), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

10 559
Subscribers
No data24 hours
-227 days
-8730 days
Posts Archive
Atlassian Women in Tech Program! Internship and FTE at Atlassian. Batch : 2023 and 2024 female passouts! CTC : 80 Lakhs 😛 Link : https://docs.google.com/forms/d/e/1FAIpQLSff4uzWGW49qXXj9tv_8NLJprI4gUunElRPgqbRZgVdpk1pXQ/viewform?usp=send_form

Guys who are applied If you are applied then please message me on my Instagram then i will try to help you in exam 🙂

photo content
+1

Guys if anyone knows kandada language Then please message me on instagram

Zoho 1 If I were ever impolite, I apologize. 2 Agnes is not such an arrogant person as people say. 3 I was thrilled to see my cousins after 20 years. 4 It is time you went home 5 He had left for Shimla early and he must be reached by now. 6 Krishnamachari Shrikanth is a union official. 7 It was already informed that each of the students must produce his/her aadhar card before participating in the competition 8 We have a few kilometers to go but there is only tiny petrol left in the tank! 9 When Samhita reached the station, the train had already left. 10 Musharraf had saved seats for all of us at the theatre By the time he comes back from Kochi, the paper boy will have left 15 newspapers.

#include <iostream> #include <bits/stdc++.h> using namespace std; int main() {    int N;    cin >> N;    vector<pair<int, int> > times;    while (N--)    {       string str;       cin >> str;       stringstream ss(str);       string tmp, start_time, end_time;       int st = 0, et = 0;       getline(ss, tmp, ',');       getline(ss, start_time, ',');       getline(ss, end_time, ',');       stringstream s1(start_time);       getline(s1, tmp, ':');       st += stoi(tmp) * 60 * 60;       getline(s1, tmp, ':');       st += stoi(tmp) * 60;       getline(s1, tmp, ':');       st += stoi(tmp);       stringstream s2(end_time);       getline(s2, tmp, ':');       et += stoi(tmp) * 60 * 60;       getline(s2, tmp, ':');       et += stoi(tmp) * 60;       getline(s2, tmp, ':');       et += stoi(tmp);       times.push_back({st, et});    }    int check_time = 0;    string tmp;    cin >> tmp;    stringstream ss(tmp);    getline(ss, tmp, ':');    check_time += stoi(tmp) * 60 * 60;    getline(ss, tmp, ':');    check_time += stoi(tmp) * 60;    getline(ss, tmp, ':');    check_time += stoi(tmp);    int ans = 0;    for (auto i : times)    {       if (check_time >= i.first && check_time <= i.second)          ans++;    }    cout << ans << endl;    return 0; }

photo content

#include <iostream> #include <bits/stdc++.h> using namespace std; int main() { int N; cin >> N; vector<pair<int, int> > times; while (N--) { string str; cin >> str; stringstream ss(str); string tmp, start_time, end_time; int st = 0, et = 0; getline(ss, tmp, ','); getline(ss, start_time, ','); getline(ss, end_time, ','); stringstream s1(start_time); getline(s1, tmp, ':'); st += stoi(tmp) * 60 * 60; getline(s1, tmp, ':'); st += stoi(tmp) * 60; getline(s1, tmp, ':'); st += stoi(tmp); stringstream s2(end_time); getline(s2, tmp, ':'); et += stoi(tmp) * 60 * 60; getline(s2, tmp, ':'); et += stoi(tmp) * 60; getline(s2, tmp, ':'); et += stoi(tmp); times.push_back({st, et}); } int check_time = 0; string tmp; cin >> tmp; stringstream ss(tmp); getline(ss, tmp, ':'); check_time += stoi(tmp) * 60 * 60; getline(ss, tmp, ':'); check_time += stoi(tmp) * 60; getline(ss, tmp, ':'); check_time += stoi(tmp); int ans = 0; for (auto i : times) { if (check_time >= i.first && check_time <= i.second) ans++; } cout << ans << endl; return 0; }

photo content

I was forgot to take pic for 2 nd code 😬

photo content

photo content
+1

photo content

Repost from Code With Virus
Serena and flowers @codewithvirus Python
+1
Serena and flowers @codewithvirus Python