static int n=0; static const char* const c[]={"qqq","www","eee","rrr","ttt","yyy","uuu","iii"}; string res = c[n++]; return res;
確定! 回上一頁