n = int(input()) for i in range(1, n + 1): print(i)
Main.cc:1:1: error: 'n' does not name a type n = int(input()) ^