Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Park+ is Hiring !!
Role: Junior Devops Engineer
Expected CTC: 5-12 LPA
๐Apply here: https://docs.google.com/forms/d/e/1FAIpQLSeqEys9Y75hNfroSk29qTLSoMNGWKTJTdIs-sgoVlwxxAKoGQ/viewform
Role: Junior Devops Engineer
Expected CTC: 5-12 LPA
๐Apply here: https://docs.google.com/forms/d/e/1FAIpQLSeqEys9Y75hNfroSk29qTLSoMNGWKTJTdIs-sgoVlwxxAKoGQ/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Finastra is Hiring !!
Role: Associate Software developer
Experience: 0-2 yrs
๐Apply here: https://careers.finastra.com/jobs/9174
Role: Associate Software developer
Experience: 0-2 yrs
๐Apply here: https://careers.finastra.com/jobs/9174
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Konrad is Hiring !!
Role: Software Developer Intern
Batch: 2024 passouts
๐Apply Link:
https://www.konrad-technologies.com/de/open-positions/software-developer-intern-labview
๐ Cadence is Hiring !!
Role - Intern-Software Engineer
Batch - 2024, 2025
๐Apply Link -
https://cadence.wd1.myworkdayjobs.com/en-US/External_Careers/job/NOIDA/Intern-Software-Engineer_R45570
Role: Software Developer Intern
Batch: 2024 passouts
๐Apply Link:
https://www.konrad-technologies.com/de/open-positions/software-developer-intern-labview
๐ Cadence is Hiring !!
Role - Intern-Software Engineer
Batch - 2024, 2025
๐Apply Link -
https://cadence.wd1.myworkdayjobs.com/en-US/External_Careers/job/NOIDA/Intern-Software-Engineer_R45570
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐FICO is Hiring !!
Role: Software Engineering-Engineer I
Expected Salary: 8-15 LPA
๐Apply here: https://fico.wd1.myworkdayjobs.com/en-US/External/job/Bangalore-India/Software-Engineering-Engineer-I_29145?source=LinkedIn
Role: Software Engineering-Engineer I
Expected Salary: 8-15 LPA
๐Apply here: https://fico.wd1.myworkdayjobs.com/en-US/External/job/Bangalore-India/Software-Engineering-Engineer-I_29145?source=LinkedIn
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Delloitte โ
n, m = map(int, input().split())
b=m
a=n-m
res = 0
while a!=b and (a!=0 and b!=0):
if a > b:
a -= b
res+=b
else:
b -= a
res+=a
print(res)
b=m
a=n-m
res = 0
while a!=b and (a!=0 and b!=0):
if a > b:
a -= b
res+=b
else:
b -= a
res+=a
print(res)