运行 ID: 86966

Main.cc:14:24: error: missing binary operator before token "nothing"
         # if equal, do nothing
                        ^~~~~~~
Main.cc:14:0: error: unterminated #if
         # if equal, do nothing
 
Main.cc:1:1: error: ‘n’ does not name a type
 n = int(input())
 ^