๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.61K photos
3 videos
95 files
10.6K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
int solve(vector<int>& xp) {
    sort(xp.begin(), xp.end());
    set<double> s;
    int i = 0, j = xp.size() - 1;

    while (i < j) {
        double a = (xp[i] + xp[j]) / 2.0;
        s.insert(a);
        i++;
        j--;
    }

    return s.size();
}

Amazon โœ…
Android App Developer (INTERN) at Petuk Ji
Working hours : 6 hours a day (Stay Connected on google meet during working hours)
Weekly Off: 6 Days a week
Stipend: - Rating Based (FEE - 3000 EE - 2500 ME - 2000 BE - 0,00 )
Min. Duration - 3 Month.

https://www.linkedin.com/jobs/view/3908383748

NOTE: Very low stipend so apply at own risk
Hi Connections,

Urgent Hiring for Security Analyst for Noida & Mumbai Location.
Exp- 0-2+ Years.
Candidate should be good knowledge of MS office.
Candidate should have good communication skills.

Interested candidates can send their cv at yogesh@tophire.in
int main()
{
    string text;
    getline(cin, text);

    int index = 0;

    while (index + 13 < text.length() && (index = text.rfind(" ", index + 13)) != string::npos) {
        text.replace(index, 1, "\n");
    }

    cout << text << endl;

    return 0;
}


INFA thon 4.0โœ