標題:
兩光法師占卜術
[打印本頁]
作者:
游東祥
時間:
2013-1-24 09:55
標題:
兩光法師占卜術
[attach]692[/attach]
作者:
劉泳鱔
時間:
2013-1-24 10:02
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int m, d, s;
cout<<"請輸入生日月份: ";
cin>>m;
cout<<"請輸日生日日期: ";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==2)
{
cout<<"吉"<<endl;
}
if(s==1)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
郭妤真
時間:
2013-1-24 10:04
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m,d,s;
cout<<"請輸入你的生日月份:";
cin>>m;
cout<<"請輸入你的生日日期:";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==1)
{
cout<<"吉"<<endl;
}
else
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
郭凡瑛
時間:
2013-1-24 10:05
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m ,d , s;
cout<<"請輸入生日:";
cin>>m;
cout<<"請輸入生日日期:";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{cout<<"大吉"<<endl;
}
else if(s==1)
{
cout<<"吉"<<endl;
}
else{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
高紹恩
時間:
2013-1-24 10:05
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int m, d, s;
cout<<"請輸入生日月份: ";
cin>>m;
cout<<"請輸日生日日期: ";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==2)
{
cout<<"吉"<<endl;
}
if(s==1)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
蘇昱安
時間:
2013-1-24 10:05
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m,d,s;
coyt<<"請輸入生日月份";
cin>>m;
coyt<<"請輸入生日月份";
CIN>>d;
s=(m*2+d)%3;
if(s==1)
{
cout<<"大吉"<<endl;
}
else if(s==2)
{
cout<<"吉"<<endl;
}
if(s==1)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
黃子懿
時間:
2013-1-24 10:06
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int m, d, s;
cout<<"請輸入生日月份: ";
cin>>m;
cout<<"請輸日生日日期: ";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==2)
{
cout<<"吉"<<endl;
}
if(s==1)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
作者:
吳東哲
時間:
2013-1-24 10:07
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m,d,s;
cout<<"請輸入生日月份:";
cin>>m;
cout<<"請輸入生日日期:";
cin>>d;
s= (m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
if(s==1)
{
cout<<"吉"<<endl;
}
if(s==0)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
羅家恩
時間:
2013-1-24 10:08
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m,d,s ;
cout << "請輸入生日月份" << endl;
cin >> m;
cout << "請輸入生日日期" << endl;
cin >> d;
s=(m*2+d)%3;
if(s==2)
{
cout << "大吉"<< endl;
}else if(s==1)
{
cout << "吉" << endl;
}else if(s==0)
{
cout << "普通" << endl;
}
system("pause");
return 0;
}
複製代碼
作者:
黃柏維
時間:
2013-1-24 10:08
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m,d,s;
cout<<"請輸入生日月份: ";
cin>>m;
cout<<"請輸入生日日期: ";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==1)
{
cout<<"吉"<<endl;
}
else
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
作者:
翁睿辰
時間:
2013-1-24 10:09
回復
8#
吳東哲
[code]#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int m, d, s;
cout<<"請輸入生日月份: ";
cin>>m;
cout<<"請輸日生日日期: ";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==2)
{
cout<<"吉"<<endl;
}
if(s==1)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
作者:
翁睿辰
時間:
2013-1-24 10:09
回復
8#
吳東哲
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int m, d, s;
cout<<"請輸入生日月份: ";
cin>>m;
cout<<"請輸日生日日期: ";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==2)
{
cout<<"吉"<<endl;
}
if(s==1)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
許逸群
時間:
2013-1-24 10:09
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int m , d, s;
cout<<"請輸入您的生日月份: ";
cin>>m;
cout<<"請輸入您的生日日期: ";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==1)
{
cout<<"吉"<<endl;
}
if(s==0)
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
蘇昱安
時間:
2013-1-24 10:23
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m,d,s;
cout<<"請輸入你的生日月份:";
cin>>m;
cout<<"請輸入你的生日日期:";
cin>>d;
s=(m*2+d)%3;
if(s==2)
{
cout<<"大吉"<<endl;
}
else if(s==1)
{
cout<<"吉"<<endl;
}
else
{
cout<<"普通"<<endl;
}
system("pause");
return 0;
}
作者:
林鎧言
時間:
2013-2-8 11:31
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int m,d,s;
cout<<"請輸入你的生日月份:";
cin>>m;
cout<<"請輸入你的生日日期:";
cin>>d;
s=(m*2-d)%4;
if(s==3)
{
cout<<"大吉"<<endl;
}
else if(s==2)
{
cout<<"吉"<<endl;
}
else if(s==1)
{
cout<<"普通"<<endl;
}
else
{
cout<<"凶"<<endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2