you can also use includes, for example:// #includeint solution(const vector<int> &A) { // write your code here... int n = A.size(),i; ...
確定! 回上一頁