cookie

ما از کوکی‌ها برای بهبود تجربه مرور شما استفاده می‌کنیم. با کلیک کردن بر روی «پذیرش همه»، شما با استفاده از کوکی‌ها موافقت می‌کنید.

avatar

Jio 23 December Discussion | Zeus Learning | Infosys | Atos | Capgemini | Accenture | Wipro

نمایش بیشتر
پست‌های تبلیغاتی
315
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز

در حال بارگیری داده...

معدل نمو المشتركين

در حال بارگیری داده...

https://t.me/+x-4TiJOQ5DJmZDY1 Group For Best Resume Building⚡️
نمایش همه...
Make Up Best Resume🖌

Anyone have to "ATS BASED RESUME" please connect with me.

Raja Software Lab MCQ Answers
نمایش همه...
نمایش همه...
RSL Hiring Process | Round 1 Questions | Raja Software Labs

RSL Hiring Process Round 1 Questions. Previous Year Question for Round 1 MCQs - RSL First Round contains 20 MCQs - Technical(programming) + Aptitude NO Negative Marking Platform - Google Forms

https://www.youtube.com/channel/UCQOsf0L0ri-kw0OV72gwEYg

#RSL #RSLHiring #RSLQuestions

Join For Code Answers💥💯
نمایش همه...
نمایش همه...
Zeus Learning | Deltax Discussion | Infosys | Atos | Capgemini | Accenture | Wipro Chat

Admin : @priteshpatvi 🌀Discuss here TCS NQT exam, Infosys exam, Atos exam, Capgemeni exam, Accenture exam , and help each other

نمایش همه...
Atos Syntel 2023 Recruitment Hiring Freshers as Software Engineer

Atos Syntel 2023 Recruitment Notification was published recently. Freshers Candidates of Any Degree Can Apply this Drive for Across India

#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; vector<int>v; for(int i=0; i<n; i++){ int x; cin>>x; v.push_back(x); } sort(v.begin(), v.end()); int ans = INT_MIN; for(int i=0; i<n; i++){ int temp = v[i]*(n-i); ans = max(temp, ans); } cout<<ans; return 0; }
نمایش همه...