#include <bits/stdc++.h>
using namespace std;
#define ll long long
int main() {
ll n;
cin >> n;
vector<ll> v(n);
for(ll i=0; i<n; i++)
cin >> v[i];
sort(v.begin(), v.end());
ll sum = 0;
for(ll i=0; i<n; i++) {
if(sum + v[i] < 0)
return cout << -1, 0;
sum += v[i];
}
if(sum % 2 == 0)
cout << -1;
else
cout << sum;
return 0;
}
Shecode fortunejobโ
using namespace std;
#define ll long long
int main() {
ll n;
cin >> n;
vector<ll> v(n);
for(ll i=0; i<n; i++)
cin >> v[i];
sort(v.begin(), v.end());
ll sum = 0;
for(ll i=0; i<n; i++) {
if(sum + v[i] < 0)
return cout << -1, 0;
sum += v[i];
}
if(sum % 2 == 0)
cout << -1;
else
cout << sum;
return 0;
}
Shecode fortunejobโ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hiring for business analyst (freshers)
https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210509109
https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210509109
JPMC Candidate Experience page
Business Analysis Associate
The Business Analysts will work with the Relationship Business Analyst Leads and the Contact Centre & Service
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Yulu is hiring for Intern - Android Developer
Apply here: https://linkedin.com/jobs/view/3905815559
๐Signzy is hiring for Software Engineer
Expected Salary: 5 - 12 LPA
Apply here: https://linkedin.com/jobs/view/3905667355/
Apply here: https://linkedin.com/jobs/view/3905815559
๐Signzy is hiring for Software Engineer
Expected Salary: 5 - 12 LPA
Apply here: https://linkedin.com/jobs/view/3905667355/
import heapq
def distance(x, y):
return x*x + y*y
def nearest_houses(P, T, queries):
distances = []
heapq.heapify(distances)
for query in queries:
if query[0] == 1:
x, y = query[1], query[2]
heapq.heappush(distances, distance(x, y))
else:
nearest = heapq.nsmallest(T, distances)[-1]
print(nearest)
Nearest House โ
def distance(x, y):
return x*x + y*y
def nearest_houses(P, T, queries):
distances = []
heapq.heapify(distances)
for query in queries:
if query[0] == 1:
x, y = query[1], query[2]
heapq.heappush(distances, distance(x, y))
else:
nearest = heapq.nsmallest(T, distances)[-1]
print(nearest)
Nearest House โ
def max_call_executives(n, start_times, end_times):
timeline = [0] * (24 * 60 + 1)
for i in range(n):
start = int(start_times[i][:2]) * 60 + int(start_times[i][2:])
end = int(end_times[i][:2]) * 60 + int(end_times[i][2:])
timeline[start] += 1
timeline[end] -= 1
max_executives = 0
current_executives = 0
for i in range(len(timeline)):
current_executives += timeline[i]
max_executives = max(max_executives, current_executives)
return max_executives
Call Centre โ
timeline = [0] * (24 * 60 + 1)
for i in range(n):
start = int(start_times[i][:2]) * 60 + int(start_times[i][2:])
end = int(end_times[i][:2]) * 60 + int(end_times[i][2:])
timeline[start] += 1
timeline[end] -= 1
max_executives = 0
current_executives = 0
for i in range(len(timeline)):
current_executives += timeline[i]
max_executives = max(max_executives, current_executives)
return max_executives
Call Centre โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Techgig
SheCodes - Airtel (Network) Online Contest at Techgig.com
SheCodes - Airtel (Network) - Participate in the SheCodes - Airtel (Network). Best way to test your Network skills. Register yourself for the SheCodes - Airtel (Network) test and win prizes online on Techgig.com
Priyanka:
Jp morgan interview completed..these r the two questions..How communications plays a mojor role in the job environment...and 2nd one How will u tell about the topic that you u know very well to others.
There will 2 tries..u can do retries..so dont wry about 1st attempt.
Jp morgan interview completed..these r the two questions..How communications plays a mojor role in the job environment...and 2nd one How will u tell about the topic that you u know very well to others.
There will 2 tries..u can do retries..so dont wry about 1st attempt.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Summer Internship positions for students at Bosch Corporate Research, India.
Domains: Text Analytics/NLP/Generative AI.
Duration: 2-6 months or more.
Responsibilities: Research activities on Natural Language Processing, Text Analytics, and Deep Learning
- Large Language Models
- RAG
- Domain Adaptation
- Knowledge Graphs
Qualifications: Current Bachelor / Master / Ph.D. students of Computer Science. Strong knowledge of Machine Learning, Deep Learning, and NLP. Interest and aptitude in research activities.
Interested candidates can send resumes at:
- rtc_careers@in.bosch.com
- Subject: CR/RTC-IN: LLMs Internship - <name>, <college>, <degree_program (B.Tech/M.Tech./M.S/Ph.D.)>, <branch>, <graduation_year>
- e.g. CR/RTC-IN: LLMs Internship - Kartheek, IIT-H, M.Tech, CSE, 2025
Domains: Text Analytics/NLP/Generative AI.
Duration: 2-6 months or more.
Responsibilities: Research activities on Natural Language Processing, Text Analytics, and Deep Learning
- Large Language Models
- RAG
- Domain Adaptation
- Knowledge Graphs
Qualifications: Current Bachelor / Master / Ph.D. students of Computer Science. Strong knowledge of Machine Learning, Deep Learning, and NLP. Interest and aptitude in research activities.
Interested candidates can send resumes at:
- rtc_careers@in.bosch.com
- Subject: CR/RTC-IN: LLMs Internship - <name>, <college>, <degree_program (B.Tech/M.Tech./M.S/Ph.D.)>, <branch>, <graduation_year>
- e.g. CR/RTC-IN: LLMs Internship - Kartheek, IIT-H, M.Tech, CSE, 2025
๐1
#include <bits/stdc++.h>
#define ll long long
using namespace std;
ll count(ll k,vector<ll>&a,vector<ll>&b)
{
ll n=a.size();
ll m=b.size();
unordered_map<ll,ll>mpp;
ll ans=0;
for(ll i=0;i<n;i++) mpp[__gcd(a[i],k)]++;
for(ll i=0;i<m;i++)
{
for (auto &it:mpp)
if((__gcd(b[i],k)*it.first)%k==0) ans+=it.second;
}
return ans;
}
signed main()
{
ll n,m,k; cin>>n>>m>>k;
vector<ll>a(n),b(m);
for(ll i=0;i<n;i++) cin>>a[i];
for(ll i=0;i<m;i++) cin>>b[i];
cout<<count(k,a,b);
return 0;
}
Product divisibility โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Remote Intern Hiring
Hiring Process, Work at Rapidfort
https://youtu.be/aNBX-KbkWlE?si=KV9m_ogYy9KSIkFa
Hiring Process, Work at Rapidfort
https://youtu.be/aNBX-KbkWlE?si=KV9m_ogYy9KSIkFa
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Eurofins | Associate Software Engineer | 2024, 2023, 2022 Grads | Experience: 0-3 YOE
https://jobs.smartrecruiters.com/Eurofins/743999976784613-software-engineer
https://jobs.smartrecruiters.com/Eurofins/743999976784613-software-engineer
Eurofins
Eurofins is looking for a Software Engineer in Bengaluru, Karnataka, India
POSITION TITLE (ENGLISH): Software Engineer &#x...
โค1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐PW (PhysicsWallah) is hiring for Back End Developer intern
Expected Stipend: 25k-45k per month
Apply here:
https://linkedin.com/jobs/view/3907293630/
Expected Stipend: 25k-45k per month
Apply here:
https://linkedin.com/jobs/view/3907293630/
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Societe Generale Off Campus Hiring Fresher For Analyst
Location : Bangalore
Qualification : Bachelor/Master Degree
Work Experience : Fresher - 3 Years
CTC : 4.8 LPA
Apply Link : https://careers.societegenerale.com/en/job-offers/analyst-2400011N-en?src=JB-14381
Location : Bangalore
Qualification : Bachelor/Master Degree
Work Experience : Fresher - 3 Years
CTC : 4.8 LPA
Apply Link : https://careers.societegenerale.com/en/job-offers/analyst-2400011N-en?src=JB-14381
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
LSEG is hiring Data Analyst!
Qualification: Bachelor's Degree
Entry level position
https://refinitiv.wd3.myworkdayjobs.com/Careers/job/IND-Bangalore-TowerERMZ-Infin/Data-Analyst_R0086415-1?
Qualification: Bachelor's Degree
Entry level position
https://refinitiv.wd3.myworkdayjobs.com/Careers/job/IND-Bangalore-TowerERMZ-Infin/Data-Analyst_R0086415-1?
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hey all,
At Glance, we are looking for ML Interns, preferably studying Computer Science, to help us tackle problems using cutting edge Gen AI techniques - images & text both.
Location is Bangalore.
if this appeals to you do take a minute to fill this form - https://docs.google.com/forms/d/e/1FAIpQLSfCgZzFWGUmFT2JdPjoGiPq39S8PSpC5DalJ3I5o9az8dktKg/viewform
At Glance, we are looking for ML Interns, preferably studying Computer Science, to help us tackle problems using cutting edge Gen AI techniques - images & text both.
Location is Bangalore.
if this appeals to you do take a minute to fill this form - https://docs.google.com/forms/d/e/1FAIpQLSfCgZzFWGUmFT2JdPjoGiPq39S8PSpC5DalJ3I5o9az8dktKg/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
ZS is hiring for tech roles through ZS tech challenge - 2025 grads
https://app.joinsuperset.com/join/#/company/c0ca2554-565e-4d4d-b244-0cdfddda0bbc/competitions/a1e875ca-c51e-4049-970c-5046df2afd9a
https://app.joinsuperset.com/join/#/company/c0ca2554-565e-4d4d-b244-0cdfddda0bbc/competitions/a1e875ca-c51e-4049-970c-5046df2afd9a