๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.6K photos
3 videos
95 files
10.2K 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
Openings For Fullstack Developer, Trainee Fresher Role: Trainee

Qualification: BE (any stream) MCA, BCA, BCCA, BSC, MSC.

Skills Required: HTML, CSS

Interested candidates can apply along their resume and contact us Email Id: percept.swatib@gmail.com
Delhivery is urgently hiring for Associate/ Senior Associate - Inside Sales role based in Goa. Interested candidates, please share your resume to sanjana.suresh@delhivery.com ASAP.

Mention subject line as : Resume for Inside Sales role - Goa.

Requisites:
- Min 0 to 5yrs of exp in Inside sales
- Excellent communication skills
- Good with sales pitch, negotiations and cold calling

Note: we will get in touch only with the shortlisted profiles.
#include<bits/stdc++.h>
using namespace std;

int main(){
    int n;
    cin>>n;
    vector<int> tmp(n);
    for(int i=0; i<n; i++)
    {
        cin>>tmp[i];
    }
    int k;
    cin>>k;
    vector<int> prefMax(n), suffMin(n);
    int mx = 0;
    for(int i=0; i<n; i++)
    {
        mx = max(tmp[i], mx);
        prefMax[i] = mx;
    }
    int mn = INT_MAX;
    for(int i=n-1; i>=0; i--)
    {
        mn = min(mn, tmp[i]);
        suffMin[i] = mn;
    }
    int res = 0;
    for(int i=0; i<n-1; i++)
    {
        if(prefMax[i] + suffMin[i+1] >= k)
            res++;
    }
    cout<<res<<endl;
    return 0;
}

Organisation Flipkart OAโœ…
๐Ÿ‘1