ACCENTURE | COGNIZANT | IBM | CAPGEMINI
Kanalga Telegram’da o‘tish
Ko'proq ko'rsatish
7 352
Obunachilar
-224 soatlar
-217 kun
-10630 kun
Postlar arxiv
*IBM Hiring for Associate Systems Engineer| 2024 - BE/BTECH/MCA/MTech/MSC-CS,IT,ECE,EEE Only |Location: Bangalore |Package: 4.5LPA + 25K*
*Only for 2024 Graduates…🎓*
*Official Links 🔗:*
Registration Process:
• Step 1. Apply to the job opening below on
IBM career portal:
Link - https://ibm.biz/BdGs58
• Step 2. Note the Person ID which will be shared in an email from IBM Talent Acquisition < talent@ibm.com>. Ensure you keep this ID handy for the next step.
• Step 3. Go to the link below and complete the radancy form.
•
Link - https://ibm.biz/BdGs5s
Kindly ensure that you provide accurate academic information in the Radancy form.
*Apply Asap 🔥*
*Note: Apply asap. Don’t Delay*
n=int(input())
arr=[int(i) for i in input().split()]
k=int(input())
print(*(arr[-k:]+arr[:-k]))
+3
WIPRO 12PM SLOT DONE SUCCESSFULLY ✅
Contact: @MLCODER2
x,y,z=map(int,input().split())
print(sum(sorted([x,y,z])[1:]))
#sum_of_maximum_two_numbers
print(sum(int(i) for i in input().split() if int(i)<0))
#sum of negative numbers
n=int(input())
arr=[int(i) for i in input().split()]
p=[i for i in arr if i>0]
mid=len(p)//2
if mid%2==0:print(p[mid-1])
else:print(p[mid])
#positviemidindex
