运行 ID: 127541

Main.cc: In function ‘int main()’:
Main.cc:7:6: error: ‘inti’ was not declared in this scope
  for(inti=1;i<=n;i++){
      ^~~~
Main.cc:7:6: note: suggested alternative: ‘int’
  for(inti=1;i<=n;i++){
      ^~~~
      int
Main.cc:7:13: error: ‘i’ was not declared in this scope
  for(inti=1;i<=n;i++){
             ^