运行 ID: 121553

Main.cc: In function ‘int main()’:
Main.cc:34:17: error: ‘name’ was not declared in this scope
         cout << name[i] << " " << balance[i] << endl;
                 ^~~~
Main.cc:34:17: note: suggested alternative: ‘tzname’
         cout << name[i] << " " << balance[i] << endl;
                 ^~~~
                 tzname