Board logo

標題: 猜拳遊戲(一)之1 [打印本頁]

作者: may    時間: 2020-1-17 19:53     標題: 猜拳遊戲(一)之1

文字訊息如下: "請出拳! (1)剪刀 (2)石頭 (3)布  "
[attach]8250[/attach]
作者: 林祐霆    時間: 2020-1-17 19:55

本帖最後由 林祐霆 於 2020-1-17 20:02 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a;
  7.     cout<<"出拳吧!!!  (1)剪刀(2)石頭(3)布 ";
  8.     cin>>a;
  9.     cout<<"你出"<<a<<endl;
  10.     system("pause");
  11.     return 0;
  12. }
複製代碼

作者: 謝以愛    時間: 2020-1-17 19:55

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.         int player;
  7.         cout<<"請出拳! (1)剪刀(2)石頭(3)布";
  8.         cin>>player;
  9.         cout<<"你出"<<player<<endl;
  10.         system("pause");
  11.         return 0;
  12. }
複製代碼

作者: 謝以恩    時間: 2020-1-17 19:57

本帖最後由 謝以恩 於 2020-1-17 19:58 編輯

#include<iostream>
#include<cstdlib>
using namespace std;

int main()
{
        int player;
        cout<<"請出全:1 剪刀 2 石頭 3 布";
        cin>>player;
        cout<<"你出"<<player<<endl;
        system("pause");
        return 0;        
}
作者: 廖文綺    時間: 2020-1-17 19:59

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int player;
  7.     cout<<"請出拳!(1)剪刀(2)石頭(3)布  ";
  8.     cin>>player;
  9.     cout<<"你出"<<player<<endl;
  10.    system("pause");
  11.    return 0;
  12. }
複製代碼

作者: 尤爾呈    時間: 2020-1-17 19:59

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.    srand(time(NULL));
  7.    int player;
  8.    cout<<"請出拳! (1)剪刀(2)石頭 (3)布";
  9.    cin>>player;
  10.    cout<<"你出"<<player<<endl;
  11.         system("pause");
  12.         return 0;        
  13. }
複製代碼

作者: 洪承廷    時間: 2020-1-17 19:59

本帖最後由 洪承廷 於 2020-1-17 20:02 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.    int player;
  7.    cout<<"請出拳! (1)剪刀(2)石頭(3)布";
  8.    cin>>player;
  9.    cout<<"你出"<<player<<endl;
  10.    system("pause");
  11.    return 0;        
  12. }
複製代碼

作者: 蘇韋誠    時間: 2020-1-17 20:02

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.         int a;
  7.         cout<<"請出拳! (1)剪刀(2)石頭(3)布 ";
  8.         cin>>a;
  9.         cout<<"你出"<<a<<endl;
  10.         system("pause");
  11.         return 0;        
  12. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2