返回列表 發帖
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    //變數宣告                        
     int number=10;
     cout << number << endl;                                         
   
   
    system("pause");
    return 0;   
}

TOP

返回列表