When I want to get the second letter of the first string, I tried sth like:
a[0][1];
But it doesn't work. There is no error when build but the program cannot run. When I go to the watch mode, it said that: "CXX0058: Error: overloaded operator not found"