Deloitte NLA{ slot -2} // 2pm
Test accomplished ❤️
Coding+ MCQ are done📣
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
Hiring_vision🚀
#DELOITTE #NLA #SHORTLIST
Please open Telegram to view this post
VIEW IN TELEGRAM
☄️ Accenture ON CAMPUS☄️ 3.00pm
🐰 Those Want 100% clearance for Accenture on-campus Exams🐰
💯 Test Clearance with remote access
Contact For Accenture ON Campus Help
-@mrtrueliving_ix
-@mrtrueliving_ix
#Accenture #PADA #ONCampus #shortlisted
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
def requiredArea(n, x, y):
covered = set()
for i in range(n):
w, h = x[i], y[i]
for dx in range(-w//2, w//2 + 1):
for dy in range(-h//2, h//2 + 1):
covered.add((dx, dy))
return len(covered)
def main():
n = int(input())
x, y = [], []
for i in range(n):
s = input().split()
x.append(int(s[0]))
y.append(int(s[1]))
print(requiredArea(n, x, y))
main()
Deloitte
Please open Telegram to view this post
VIEW IN TELEGRAM
Deloitte NLA// 4.30pm
Test accomplished ❤️
Coding+ MCQ are done📣
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
Hiring_vision🚀
#DELOITTE #NLA #SHORTLIST
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Deloitte NLA // 7 .00 pm { slot 1}👍
Test accomplished ❤️
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
#DELOITTE #NLA #SHORTLIST
Test accomplished ❤️
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
#DELOITTE #NLA #SHORTLIST
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Deloitte NLA // 7 .00 pm { slot 2}👍
Test accomplished ❤️
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
#DELOITTE #NLA #SHORTLIST
Test accomplished ❤️
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
#DELOITTE #NLA #SHORTLIST
Please open Telegram to view this post
VIEW IN TELEGRAM
def PrintResults(N):
return int(str(sum(map(int, str(N))))[::-1])
def main():
N = int(input())
print(PrintResults(N))
main()
Deloitte print
Please open Telegram to view this post
VIEW IN TELEGRAM
def main():
N = int(input())
arr = list(map(int, input().split()))
print(" ".join(map(str, arr[::2])))
main()
Deloitte
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM