Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Notifications Mark All Read
No New notification
March 5, 2021
Please Login to get Access
Login/Signup to comment
c=int(input()) d=0 for i in range(1,32): d=d+c print(d)
f=int(input()) k=lambda a:(a<<5) print(k(f)-f)
Get Hiring Updates right in your inbox from PrepInsta
c=int(input())
d=0
for i in range(1,32):
d=d+c
print(d)
f=int(input())
k=lambda a:(a<<5)
print(k(f)-f)