返回列表 發帖

[隨堂測驗] 基本輸入輸出 (二)

本帖最後由 李泳霖 於 2022-2-10 09:17 編輯

實作如下之執行畫面:

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()  //int ---> integer 整數
  5. {

  6.     cout<<"x+y="<<x+y<<endl;
  7.     cout<<"x-y="<<x-y<<endl;
  8.     cout<<"x*y="<<x*y<<endl;
  9.     cout<<"x/y="<<x/y<<endl;
  10.     cout<<"x%y="<<x%y<<endl;
  11.     system("pause");
  12.     return 0;
  13. }
複製代碼

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

返回列表