运行 ID: 101596

Main.cc: In function ‘int main()’:
Main.cc:10:3: error: ‘a’ was not declared in this scope
   a[n]++;
   ^
Main.cc:13:5: error: expected ‘(’ before ‘{’ token
  for{int i=0;i<=20;i++}
     ^
Main.cc:13:5: error: expected primary-expression before ‘{’ token
Main.cc:14:2: error: expected primary-expression before ‘{’ token
  {
  ^
Main.cc:14:2: error: expected ‘;’ before ‘{’ token
Main.cc:14:2: error: expected primary-expression before ‘{’ token
Main.cc:14:2: error: expected ‘)’ before ‘{’ token
Main.cc:15:8: error: ‘a’ was not declared in this scope
  cout<