a = int(input()) b = int(input()) print(a+b)
Main.cc:1:1: error: 'a' does not name a type a = int(input()) ^