s=input().split() a=int(s[0]) print(a)
Main.cc:1:1: error: 's' does not name a type s=input().split() ^