运行 ID: 108095

Main.cc: In function ‘int main()’:
Main.cc:29:2: error: expected primary-expression before ‘}’ token
  }
  ^
Main.cc:36:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  if(a==8)
  ^~
Main.cc:38:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
    cout<<"1 6 8 3 7 4 2 5"<