Run id: 139633

Main.cc:1:1: error: 'tt' does not name a type
 tt = int(input()) for _ in range(tt): year = int(input()) 
 ^