Main.cc: In function 'int main()':
Main.cc:17:17: error: expected '}' at end of input
++it; // 移动到第二个元素 cout << *it << endl; } } return 0; }
^
Main.cc:17:17: error: expected '}' at end of input
Main.cc:17:17: error: expected '}' at end of input