返回列表 發帖
  1. #include<iostream>
  2. using namespace std;
  3. int main(){
  4.     int a=1;
  5.     cout<<"a本來是:"<<a<<endl;
  6.     cout<<"請輸入數字:" ;
  7.     cin>>a ;
  8.     cout<<"現在a是:"<<a<<endl;
  9. system ("pause");
  10. return 0;
  11. }
複製代碼
Attention Seeker </3

TOP

返回列表