Run id: 144127

Main.cc:1:13: warning: character constant too long for its type
 n=int(input('输入一个整数'))
             ^
Main.cc:1:1: error: 'n' does not name a type
 n=int(input('输入一个整数'))
 ^