#include<iostream> using namespace std; class Test { const int t; public: Test(int t):t(t) {} //Initializer list must be used
確定! 回上一頁