返回列表 發帖

兩光法師占卜術

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

  4. int main()
  5. {
  6.     int m, d, s;
  7.     cout << "請輸入生日月份:";
  8.     cin >> m;
  9.     cout << "請輸入生日日期:";
  10.     cin >> d;
  11.    
  12.     s = (m * 2 + d) % 3;
  13.     // 0:普通  1:吉  2:大吉
  14.    
  15.     if (s == 2)
  16.     {
  17.        cout << "大吉" << endl;
  18.     }
  19.    
  20.     if (s == 1)
  21.     {
  22.        cout << "吉" << endl;
  23.     }
  24.    
  25.     if (s == 0)
  26.     {
  27.        cout << "普通" << endl;
  28.     }
  29.    
  30.    
  31.     system("pause");
  32.     return 0;
  33. }
複製代碼

  1. #include <iostream>        //引入輸出輸入的指令
  2. #include <cstdlib>         //引入C的標準函式
  3. using namespace std;       //使用標準函式庫命名空間

  4. int main()                 //程式從 "main" 開始執行
  5. {
  6.     int m,d,s;
  7.     cout << "請輸入生日月份:";
  8.     cin >> m;
  9.     cout << "請輸入生日日期:";
  10.     cin >>d;
  11.     s = (m*2+d)%3;
  12.     if(s==2)
  13.     {
  14.     cout << "大吉" <<endl;
  15.     }
  16.     if(s==1)
  17.     {
  18.     cout << "吉" <<endl;
  19.     }
  20.     if(s==0)
  21.     {
  22.     ciut << "普通" <<endl;   
  23.     }
  24.     system("pause");       //讓程式暫停
  25.     return 0;              //程式執行正確
  26. }
複製代碼

TOP

  1. #include<iostream>   
  2. #include<cstdlib>   
  3. using namespace std;
  4. int main()
  5. {
  6.    int m,d,s;
  7.     cout<<"請輸入生日年份:";
  8.     cin>>m;
  9.     cout<<"請輸入生日日期:";
  10.     cin>>d;
  11.     s=(m*2+d)%3;
  12.     if(s==2)
  13.     {
  14.     cout<<"大吉"<<endl;
  15.     }
  16.     if(s==1)
  17.     {  
  18.     cout<<"吉"<<endl;
  19.     }
  20.     if(s==0)
  21.     {
  22.     cout<<"普及"<<endl;
  23.     }
  24.     system("pause");     
  25.     return 0;           
  26. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using naqmespace std; int main()
  4. {
  5.       int m,d,s;
  6.       cout<<"請輸入生日月份:";
  7.       cin>>m;
  8.       cout<<"請輸入生日日期:";
  9.       cin>>d;
  10.       s = (m*2+d)%3;
  11.       if(s==2)
  12.       {
  13.       cout<<"大吉"<<endl;
  14.       }
  15.       if(s==1)
  16.       {
  17.       cout<<"吉"<<endl;
  18.       }
  19.       if(s==0)
  20.       {
  21.       cout<<"普通"<<endl;
  22.       }
  23.       system("pause");
  24.       reurn 0;
  25. }      
複製代碼

TOP

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

  4. int main()                  
  5. {
  6.    int m,d,s;
  7.    cout<<"請輸入生日月份:";
  8.    cin>>m;
  9.    cout<<"請輸入生日日期:";
  10.    cin>>d;
  11.    s=(m*2+d)%3;
  12.    if(s==2)
  13.    cout<<"大吉"<<endl;
  14.    if(s==1 )
  15.    cout<<"吉"<<endl;
  16.    if(s==0)
  17.    cout<<"普通"<<endl;
  18.    
  19.     system("pause");        
  20.     return 0;               
  21. }
複製代碼

TOP

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

  4. int main()
  5. {
  6.     int m, d, s;
  7.     cout<<"請輸入生日月份:";
  8.     cin>>m;
  9.     cout<<"請輸入生日日期:";
  10.     cin>>d;
  11.    
  12.     s=(m*2+d)%3;
  13.     if(s==2)
  14.     {
  15.     cout<<"大吉"<<endl;
  16.     }
  17.     if(s==1)
  18.     {
  19.     cout<<"吉"<<endl;
  20.     }
  21.     if(s==0)
  22.     {
  23.     cout<<"普通"<<endl;
  24.     }
  25.    
  26.     system ("pause");
  27.     return 0;
  28. }
複製代碼

TOP

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

  4. int main()                       

  5. {
  6.     int m, d, s;
  7.     cout <<"輸入你的生日月分";
  8.     cin >> m;
  9.     cout <<"輸入你的生日日期";
  10.     cin >> d;
  11.      s=(m * 2 + d) % 3;
  12.     if(s==2)
  13.     cout << "上上" <<eddl;
  14.     if(s==1)
  15.     cout << "上" <<eddl;
  16.     if(s==0)
  17.     cout << "中" <<eddl; 
  18.     system("pause");               
  19.     return 0;                    
  20. }
複製代碼

TOP

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

  4. int main()
  5. {
  6.   int m,d,s;
  7.   cout <<"請輸入生日月份:" ;
  8.   cin>>m ;
  9.   cout <<"請輸入生日日期:" ;
  10.   cin>>d ;
  11.   s=(m*2+d)%3;
  12.   if(s==2)
  13.   cout<<"大吉"<<endl;        
  14.   if(s==1)
  15.   cout<<"吉"<<endl;
  16.   if(s==0)
  17.   cout<<"普通"<<endl;
  18.   system("pause");
  19.   return 0;   
  20. }
複製代碼

TOP

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

  4. int main ()
  5. {
  6.     int m, d, s,;
  7.     cout << "請輸入生日月份:";
  8.     cin>> m;
  9.     cout << "請輸入生日日期:";
  10.     cin>> d;
  11.     s = (m * 2 + d)%3;
  12.     if (s==2)
  13.     cout << "大吉" <<endl;
  14.    
  15.     if (s==1)
  16.     cout << "吉" <<endl;
  17.    
  18.     if (s==0)
  19.     cout << "普通" <<endl;
  20.     system ("pause");
  21.     return 0;   
  22. }
複製代碼

TOP

  1. #include <iostream>         //引入輸出.入的指令
  2. #include <cstdlib>          //引入c的標準函式
  3. using namespace std;        //使用標準函式庫命名
  4. int main()                  //程式從"main"執行
  5. {
  6.    int m, d, s;
  7.    cout<<"請輸入生日月份:";
  8.    cin>>m;
  9.    cout<<"請輸入生日日期:";
  10.    cin>>d;
  11.    s =(m*2+d)%3;
  12.    if (s == 2)
  13.    {
  14.    cout <<"喵吉"<<endl;
  15.    }
  16.    if (s == 1)
  17.    {
  18.    cout <<"吉"<<endl;
  19.    }
  20.    if (s == 0)
  21.    {
  22.    cout <<"衰小"<<endl;
  23.    }
  24.     system("pause");        //讓程式暫停
  25.     return 0;               //告訴程式執行正確
  26. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std ;
  4. int main()
  5. {
  6.     int m, d, s;
  7.     cout<<"enter yourbirthday month:";
  8.     cin >>m;
  9.     cout<<"enter your birthday day:";
  10.     cin>>d;
  11.     s=(m*2+d)%3;
  12.     if(s==2)
  13.     cout<<"good fortune"<<endl;
  14.      if(s==1)
  15.     cout<<"good luck"<<endl;
  16. if(s==0)
  17.     cout<<"normal"<<endl;

  18. system("pause");
  19. return 0;

  20. }   
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     start:
  7.     int m,d,s;
  8.     string p[]={"普通","吉","大吉"};  
  9.     cout<<"請輸入生日月份:"<<endl;
  10.     cin>>m;
  11.     cout<<"請輸入生日日期:"<<endl;
  12.     cin>>d;
  13.     s=(m*2+d)%3;
  14.     if(m<13 && d<31)
  15.     {
  16.     cout<<p[s]<<endl;   
  17.     }else
  18.     {
  19.          cout<<"錯誤,重新輸入"<<endl;
  20.          goto start;     
  21.     }
  22.     system("pause");   
  23.     return 0;
  24. }
複製代碼

TOP

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

  4. int main()
  5. {
  6.     int m, d, s;
  7.     cout << "請輸入生日月份:";
  8.     cin >> m;
  9.     cout << "請輸入生日日期:";
  10.     cin >> d;
  11.     s=(m * 2 + d)% 3;
  12.     if (s == 2)
  13.     {
  14.     cout << "大吉" <<endl;
  15.     }
  16.     if (s == 1)
  17.     {
  18.     cout << "吉" <<endl;
  19.     }   
  20.     if (s == 0)
  21.     {
  22.     cout << "普通" <<endl;
  23.     }   
  24.    
  25.    
  26.     system("pause");
  27.     return 0;
  28. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.       int m,d,s;
  7.       cout<<"請輸入生日月份:";
  8.       cin>>m;
  9.       cout<<"請輸入生日日期:";
  10.       cin>>d;
  11.       s=(m*2+d)%3;
  12.       if(s==2)
  13.       {
  14.       cout<<"大吉"<<endl;
  15.       }
  16.       if(s==1)
  17.       {
  18.       cout<<"吉"<<endl;
  19.       }
  20.       if(s==0)
  21.       {
  22.       cout<<"普通"<<endl;
  23.       }  
  24.       system("pause");
  25.       return 0;
  26. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    int m,d,s;
  7.    cout<<"請輸入生日月份 :";
  8.    cin>>m;
  9.    cout<<"請輸入生日日期:";
  10.    cin>>d;
  11.    s=(m*2+d)%3;
  12.    if(s==2)
  13.    cout<<"大吉"<<endl;
  14.    if(s==1)
  15.    cout<<"吉"<< endl;
  16.    if(s==0)
  17.    cout<<"普通"<<endl;
  18.    system("pause");
  19.    return 0;
  20. }
複製代碼

TOP

  1. #include <iostream>                     //引入輸出輸入指令
  2. #include <cstdlib>                     //引入c的語言 的標準函式
  3. using namespace std;                  //用標準函式庫命名空間
  4. int main()
  5.   {
  6.   int m,d,s;
  7.   cout<<"請輸入生日月份:";
  8.   cin >>m;
  9.   cout<<"請輸入生日日期:";
  10.   cin >>d;
  11.   s=(m*2+d)%3;
  12.    if(s==2)
  13. {
  14.   cout<<"大吉"<<endl;
  15.    }
  16.   if(s==1)
  17.   {
  18.    cout<<"吉"<<endl;
  19.    }
  20.       if (s==0)
  21.   {
  22.   cout<<"普通"<<endl;
  23.   }
  24.    
  25.    
  26.   system("pause");
  27.   return 0;  
  28.    }
複製代碼

TOP

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

  4. int main()
  5. {
  6.    int m, d, s;
  7.    cout<<"請輸入生日月份:";
  8.    cin>>m;
  9.    cout<<"請輸入生日日期:";
  10.    cin>>d;
  11.    s=(m *2+d)%3;
  12.    if(s==2)
  13.    {
  14.      cout <<" 大吉 "<<endl;
  15.    }
  16.    if(s==1)
  17.    {
  18.      cout<<"吉"<<endl;
  19.    }
  20.    if(s==0)
  21.    {
  22.     cout<<"普通"<<endl;
  23.    }
  24.    system("pause;");
  25.    return 0;
  26. }   
複製代碼

TOP

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

  4. int main()                  
  5. {
  6.     int m, d, s  
  7.     cout<<"請輸入生日月份:";  
  8.     cin>>m;
  9.     cout<<"請輸入生日日期:";
  10.     cin>>D;
  11.     s=(m*2+d)%3;
  12.     if(s==2) cout<<"大吉"<<endl;
  13.     if(s==1) cout<<"吉"<<endl;
  14.     if(s==0) cout<<"普通"<<endl;      
  15.     system("pause");      
  16.     return 0;            
  17. }
複製代碼

TOP

返回列表