include using namespace std; const int n = 14; int *returnArray(const int ); int main() { int *a; a = returnArray(n); //a = new int[4]; ...
確定! 回上一頁