#include <iostream>. const char* fun() { const char* x = "abc"; std::cout << "x = " << x << "n"; return x; }. int main(int arc, char** argv)
確定! 回上一頁