返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      int number =26;
  7.      string str="all";
  8.      cout<<number<<endl;   
  9.      cout<<str<<endl;
  10.    
  11.    
  12.   
  13.       
  14.      system("pause");
  15.      return 0;   
複製代碼
回復 1# 周政輝

TOP

返回列表