1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# THAT COMPILATION ERROR WAS NATURALLY INTENDED

# essa
a=int(input())
# py > cpp
b=int(input())

# now some really complicated logic happening here...
def fft(a,b):
        print(a+b)

fft(a,b)