运行 ID: 42255

Main.cc: In function ‘int main()’:
Main.cc:5:2: error: ‘chars’ was not declared in this scope
  chars[30];
  ^~~~~
Main.cc:5:2: note: suggested alternative: ‘char’
  chars[30];
  ^~~~~
  char