7 338
Subscribers
-824 hours
-267 days
-10430 days
Posts Archive
LTI MINDTREE SOLUTIONS GROUP:
https://t.me/cod_solutions
+2
Accenture done successfully through remote access β
β
β
β
Contact: @mlcoder2
Note : Remote access available β
Those people who need help for the Accenture, HCl, COGNIZANT CSD should contact me Immediately β
β
β
100% clearance β
Contact: @mlcoder2
Note: Remote access available β
def ProductPair(input1, input2):
n=input1
arr=input2
if n < 2:
return 0
count = 0
pairs_set = set()
for i in range(n):
for j in range(i + 1, n):
if (arr[i] * arr[j]) % 3 == 0:
pair = tuple(sorted((arr[i], arr[j])))
if pair not in pairs_set:
pairs_set.add(pair)
count += 1
return count
product pair β
+2
Accenture 2pm slot-1 Done successfully β
β
β
β
Contact: @mlcoder2
+2
Accenture 10Am slot-4 β
β
β
β
β
Contact: @mlcoder2
def OddSum(input1):
#write your code here
def solve(n):
while n%2==0:
n//=2
return n
ans = 0
for i in range(1, input1 + 1):
odd = solve(i)
ans += odd
return ans% 10007
Hello Guys ! Those people who need help for the accenture should contact me immediately.
100% Exam clearance & Interview Guidance β
Contact: @mlcoder2
Note : Remote access available for the Accenture exam β
