返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6. cout<<"555555"<<endl;
  7. int number = 10;
  8. cin>>number;
  9. cout<<number<<endl;
  10. cout<<"你輸入的文字是:"<<number<<endl;


  11. int x=23,y=7;
  12. cout<<"x+y="<<x+y<<endl;
  13. cout<<"x-y="<<x-y<<endl;
  14. cout<<"x*y="<<x*y<<endl;
  15. cout<<"x/y="<<x/y<<endl;
  16. cout<<"x%y="<<x%y<<endl;


















  17. system("pause");
  18. return 0;      
  19.          
  20.          
  21. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6. cout<<"555555"<<endl;
  7. int number = 10;
  8. cin>>number;
  9. cout<<number<<endl;
  10. cout<<"你輸入的文字是:"<<number<<endl;


  11. int x=23,y=7;
  12. cout<<"x+y="<<x+y<<endl;
  13. cout<<"x-y="<<x-y<<endl;
  14. cout<<"x*y="<<x*y<<endl;
  15. cout<<"x/y="<<x/y<<endl;
  16. cout<<"x%y="<<x%y<<endl;


















  17. system("pause");
  18. return 0;      
  19.          
  20.          
  21. }
複製代碼

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"555555"<<endl;
int number = 10;
cin>>number;
cout<<number<<endl;
cout<<"你輸入的文字是:"<<number<<endl;


int x=23,y=7;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;


















system("pause");
return 0;      
         
         
}

TOP

cout<<"2017谷哥人程式體驗營"<<endl;
    cout<<"學生:石庭禎"<<endl;
    system("pause");
  system("pause");
return 0;
  1. cout<<"2017谷哥人程式體驗營"<<endl;
  2.     cout<<"學生:石庭禎"<<endl;
  3.     system("pause");
  4.   system("pause");
  5. return 0;
複製代碼

TOP

返回列表