返回列表 發帖

[作業] 購物系統 [五]

本帖最後由 tonyh 於 2015-9-18 21:03 編輯

改寫現有購物系統, 使其搭配促銷方案.
譬如: 消費滿三千送炫光溜溜球乙個, 消費滿萬送千元折價券, 滿五千享9折優惠... 等等.
自由發揮!



本帖隱藏的內容需要回復才可以瀏覽
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

本帖最後由 李知易 於 2015-4-11 11:03 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. #include "math.h"
  4. using namespace std;
  5. int main()
  6. {
  7.     allre:
  8.     system("cls");
  9.     int p,pay,popo,money,opt,sum=0;
  10.     string name[5]={"砍頭優惠卷","特效搖頭丸","自殺體驗卷","被打免費票","舒柔鼻涕蟲",};
  11.     int price[5]={499,1998,8888,9999,99999};
  12.     cout<<"☆★☆智能玩具店☆★☆"<<endl<<endl;
  13.     cout<<"[商品價目表]"<<endl;
  14.     int qty[5]={0,0,0,0,0};
  15.     for(int i=0; i<5; i++)
  16.     {
  17.         cout<<"("<<i+1<<")"<<name[i]<<"\t"<<price[i]<<"元"<<endl;
  18.     }
  19.     cout<<"(8)結帳"<<endl<<endl;
  20.     re:
  21.     cout<<"請輸入商品代碼: ";
  22.     cin>>p;
  23.     if(p==8)
  24.         goto checkout;
  25.     else if(p>=1 && p<=7)
  26.     {
  27.         cout<<"數量: ";
  28.         cin>>popo;
  29.         if(popo<=0)
  30.         {
  31.             cout<<"輸入錯誤!"<<endl;
  32.             goto re;        
  33.         }
  34.         sum+=price[p-1]*popo;
  35.         qty[p-1]+=popo;     
  36.     }
  37.     else
  38.     {
  39.         cout<<"輸入錯誤!"<<endl;   
  40.     }
  41.     goto re;
  42.     checkout:   
  43.     cout<<endl<<"噁心清單"<<endl;
  44.     cout<<"----------------------------------"<<endl;
  45.     for (int i=0;i<5;i++)
  46.     {
  47.         if(qty[i]!=0)
  48.             cout<<name[i]<<"\t"<<price[i]<<"元  *  "<<qty[i]<<"個"<<endl;        
  49.     }   
  50.     cout<<"----------------------------------"<<endl;
  51.    
  52.     if(sum >= 5000)
  53.     {
  54.            cout<<"你消費"<<sum<<"元,恭喜你符合滿5000打九折優惠活動!"<<endl<<endl;
  55.            cout<<"這一次的消費讓你省下!"<<(sum - round(sum * 0.9))<<"元"<<endl<<endl;
  56.            sum = round(sum * 0.9);
  57.     }
  58.     else if(sum >= 4500)
  59.     {
  60.            cout<<"你消費"<<sum<<"元,恭喜你符合滿4500送砍頭優惠卷活動!"<<endl<<endl;
  61.     }
  62.    
  63.     cout<<"總共"<<sum<<"元!"<<endl<<endl;
  64.     cout<<"1-正確無誤"<<endl<<"2-重新選購"<<endl;
  65.     cin>>opt;
  66.     if(opt==1)
  67.     {
  68.         goto change;         
  69.     }
  70.     if(opt==2)
  71.     {
  72.         goto allre;         
  73.     }
  74.     change:   
  75.         cout<<"請付錢:";
  76.         cin>>pay;
  77.     if(pay<=0)
  78.     {
  79.         cout<<endl<<"你是誰啊?!"<<endl<<endl;
  80.         goto change;      
  81.     }
  82.     money=pay-sum;
  83.     if(money<0)
  84.     {
  85.         cout<<endl<<"錢不夠喔! 還差"<<-money<<"元!"<<endl<<endl;
  86.         goto change;
  87.     }else if(money==0)
  88.     {
  89.         cout<<endl<<"剛剛好! 銘謝惠顧!"<<endl<<endl;  
  90.     }else if(money>=1000)
  91.     {
  92.         cout<<endl<<"錢太多? 全部送我吧!"<<endl<<endl;
  93.         goto change;  
  94.     }
  95.     else
  96.     {
  97.         cout<<endl<<"需找客人"<<money<<"元"<<endl<<endl;
  98.         if(money>=500)
  99.         {
  100.             cout<<"五百元鈔票"<<money/500<<"張"<<endl;
  101.             money%=500;   //money=money%500;            
  102.         }
  103.         if(money>=100)
  104.         {
  105.             cout<<"一百元鈔票"<<money/100<<"張"<<endl;
  106.             money%=100;               
  107.         }
  108.         if(money>=50)
  109.         {
  110.             cout<<"五十元硬幣"<<money/50<<"枚"<<endl;
  111.             money%=50;                  
  112.         }
  113.         if(money>=10)
  114.         {
  115.             cout<<"十元硬幣"<<money/10<<"枚"<<endl;
  116.             money%=10;                  
  117.         }
  118.         if(money>=5)
  119.         {
  120.             cout<<"五元硬幣"<<money/5<<"枚"<<endl;
  121.             money%=5;               
  122.         }
  123.         if(money>=1)
  124.         {
  125.             cout<<"一元硬幣"<<money<<"枚"<<endl;            
  126.         }
  127.         cout<<endl;
  128.     }   
  129.     system("pause");
  130.     return 0;   
  131. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re2:
  7.     int p,q,sum=0,option,pay,money;
  8.     string name[7]={"速效跳課糖","米你毛毛球","無頭帽","金斯雀奶油蛋糕","攜帶型沼澤","假魔杖","伸縮耳"};
  9.     int price[7]={90,80,74,3,80,1,4};
  10.     int qty[7]={0,0,0,0,0,0,0};
  11.     cout<<"****衛氏巫師法寶店****"<<endl<<endl;
  12.     cout<<"[商品價目表]"<<endl;
  13.     for(int i=0; i<7; i++)
  14.     {
  15.         cout<<"("<<i+1<<")"<<name[i]<<"\t"<<price[i]<<"元"<<endl;
  16.     }
  17.     cout<<"(8)結帳"<<endl<<endl;
  18.     cout<<"[加隆任務]消費100加隆送假魔丈*30"
  19.     re:
  20.     cout<<"請輸入商品代碼: ";
  21.     cin>>p;
  22.     if(p==8)
  23.         goto checkout;
  24.     else if(p>=1 && p<=7)
  25.     {
  26.         cout<<"數量: ";
  27.         cin>>q;
  28.         if(q<=0)
  29.         {
  30.             cout<<"錯誤!"<<endl;
  31.             goto re;        
  32.         }
  33.         sum+=price[p-1]*q;
  34.         qty[p-1]+=q;         
  35.     }
  36.     else
  37.     {
  38.         cout<<"錯誤!"<<endl;   
  39.     }
  40.     goto re;
  41.     checkout:
  42.     cout<<endl<<"[魔法清單]"<<endl;         
  43.     cout<<"-----------------------------"<<endl;
  44.     for(int i=0; i<7; i++)
  45.     {
  46.         if(qty[i]!=0)
  47.             cout<<name[i]<<"\t"<<price[i]<<"加隆 * "<<qty[i]<<"個"<<endl;  
  48.     }
  49.     cout<<"-----------------------------"<<endl;
  50.      if(sum >= 100)
  51.     {
  52.            cout<<"你消費"<<sum<<"加隆,符合滿100加隆的任務"<<endl<<endl;
  53.            cout<<"假魔丈*30是你的了!"<<endl;
  54.     }         
  55.     cout<<"總共"<<sum<<"加隆!"<<endl<<endl;
  56.     cout<<"1-正確無誤 2-重新選購  ";
  57.     cin>>option;
  58.     if(option==1)
  59.     {
  60.         goto change;
  61.     }
  62.     else
  63.     {
  64.         system("cls");     
  65.         goto re2;
  66.     }
  67.     change:
  68.     cout<<endl<<"請付帳: ";
  69.     cin>>pay;
  70.     money=pay-sum;
  71.     if(money==0)
  72.     {
  73.         cout<<"感謝光臨!"<<endl;
  74.     }
  75.     else if(money<0)
  76.     {
  77.         cout<<"快把"<<-money<<"加隆交來!"<<endl;
  78.         goto change;     
  79.     }else
  80.     {
  81.         cout<<"找你"<<money<<"加隆"<<endl;
  82.         if(money>=100)
  83.         {
  84.             cout<<"100加隆"<<money/100<<"枚"<<endl;
  85.             money%=100;
  86.         }
  87.         if(money>=50)
  88.         {
  89.             cout<<"50加隆"<<money/50<<"枚"<<endl;
  90.             money%=50;         
  91.         }
  92.         if(money>=10)
  93.         {
  94.             cout<<"10加隆"<<money/10<<"枚"<<endl;
  95.             money%=10;         
  96.         }
  97.         if(money>0)
  98.         {
  99.             cout<<"1加隆"<<money<<"枚"<<endl;
  100.         }               
  101.     }
  102.     cout<<endl<<"下次再來"<<endl;
  103.     system("pause");
  104.     return 0;   
  105. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re2:
  7.     int p,q,sum=0,option,pay,money;
  8.     string name[7]={"速效跳課糖  ","米你毛毛球  ","無頭帽    ","金斯雀奶油蛋糕","攜帶型沼澤  ","假魔杖    ","伸縮耳    "};
  9.     int price[7]={90,80,74,3,80,1,4};
  10.     int qty[7]={0,0,0,0,0,0,0};
  11.     cout<<"****衛氏巫師法寶店****"<<endl<<endl;
  12.     cout<<"[商品價目表]"<<endl;
  13.     for(int i=0; i<7; i++)
  14.     {
  15.         cout<<"("<<i+1<<")"<<name[i]<<"\t"<<price[i]<<"元"<<endl;
  16.     }
  17.     cout<<"(8)結帳"<<endl<<endl;
  18.     cout<<"[加隆任務]消費100加隆送假魔丈*30"<<endl;
  19.     re:
  20.     cout<<"請輸入商品代碼: ";
  21.     cin>>p;
  22.     if(p==8)
  23.         goto checkout;
  24.     else if(p>=1 && p<=7)
  25.     {
  26.         cout<<"數量: ";
  27.         cin>>q;
  28.         if(q<=0)
  29.         {
  30.             cout<<"錯誤!"<<endl;
  31.             goto re;        
  32.         }
  33.         sum+=price[p-1]*q;
  34.         qty[p-1]+=q;         
  35.     }
  36.     else
  37.     {
  38.         cout<<"錯誤!"<<endl;   
  39.     }
  40.     goto re;
  41.     checkout:
  42.     cout<<endl<<"[魔法清單]"<<endl;         
  43.     cout<<"-----------------------------"<<endl;
  44.     for(int i=0; i<7; i++)
  45.     {
  46.         if(qty[i]!=0)
  47.             cout<<name[i]<<"\t"<<price[i]<<"加隆 * "<<qty[i]<<"個"<<endl;  
  48.     }
  49.     cout<<"-----------------------------"<<endl;
  50.      if(sum >= 100)
  51.     {
  52.            cout<<"你消費"<<sum<<"加隆,符合滿100加隆的任務"<<endl<<endl;
  53.            cout<<"假魔丈*30是你的了!"<<endl;
  54.     }         
  55.     cout<<"總共"<<sum<<"加隆!"<<endl<<endl;
  56.     cout<<"1-正確無誤 2-重新選購  ";
  57.     cin>>option;
  58.     if(option==1)
  59.     {
  60.         goto change;
  61.     }
  62.     else
  63.     {
  64.         system("cls");     
  65.         goto re2;
  66.     }
  67.     change:
  68.     cout<<endl<<"請付帳: ";
  69.     cin>>pay;
  70.     money=pay-sum;
  71.     if(money==0)
  72.     {
  73.         cout<<"感謝光臨!"<<endl;
  74.     }
  75.     else if(money<0)
  76.     {
  77.         cout<<"快把"<<-money<<"加隆交來!"<<endl;
  78.         goto change;     
  79.     }else
  80.     {
  81.         cout<<"找你"<<money<<"加隆"<<endl;
  82.         if(money>=100)
  83.         {
  84.             cout<<"100加隆"<<money/100<<"枚"<<endl;
  85.             money%=100;
  86.         }
  87.         if(money>=50)
  88.         {
  89.             cout<<"50加隆"<<money/50<<"枚"<<endl;
  90.             money%=50;         
  91.         }
  92.         if(money>=10)
  93.         {
  94.             cout<<"10加隆"<<money/10<<"枚"<<endl;
  95.             money%=10;         
  96.         }
  97.         if(money>0)
  98.         {
  99.             cout<<"1加隆"<<money<<"枚"<<endl;
  100.         }               
  101.     }
  102.     cout<<endl<<"下次再來"<<endl;
  103.     system("pause");
  104.     return 0;   
  105. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re2:
  7.     int p,q,sum=0,option,pay,money;
  8.     string name[5]={"CAD     ","黑卡蒂II","冰果    ","超電磁炮    ","贄殿遮那  "};
  9.     int price[5]={40000,245000,200,40000,12500};
  10.     int qty[5]={0,0,0,0,0};
  11.     cout<<"☆★☆智能玩具店☆★☆"<<endl<<endl;
  12.     cout<<"[商品價目表(一律以日幣計)]"<<endl;
  13.     for(int i=0; i<5; i++)
  14.     {
  15.         cout<<"("<<i+1<<")"<<name[i]<<"\t"<<price[i]<<"元"<<endl;
  16.     }
  17.     cout<<"(6)結帳"<<endl<<endl;
  18.     cout<<"動漫促銷->滿100元送對老師專用核彈乙枚"<<endl;
  19.     re:
  20.     cout<<"請輸入商品代碼: ";
  21.     cin>>p;
  22.     if(p==6)
  23.         goto checkout;
  24.     else if(p>=1 && p<=5)
  25.     {
  26.         cout<<"數量: ";
  27.         cin>>q;
  28.         if(q<=0)
  29.         {
  30.             cout<<"輸入錯誤!"<<endl;
  31.             goto re;        
  32.         }
  33.         sum+=price[p-1]*q;
  34.         qty[p-1]+=q;         
  35.     }
  36.     else
  37.     {
  38.         cout<<"輸入錯誤!"<<endl;   
  39.     }
  40.     goto re;
  41.     checkout:
  42.     cout<<endl<<"[購物清單]"<<endl;         
  43.     cout<<"-----------------------------"<<endl;
  44.     for(int i=0; i<5; i++)
  45.     {
  46.         if(qty[i]!=0)
  47.             cout<<name[i]<<"\t"<<price[i]<<"元 * "<<qty[i]<<"個"<<endl;  
  48.     }
  49.     cout<<"-----------------------------"<<endl;         
  50.     cout<<"總共"<<sum<<"元!"<<endl<<endl;
  51.     cout<<"1-正確無誤 2-重新選購  ";
  52.     cin>>option;
  53.     if(option==1)
  54.     {
  55.         goto change;
  56.     }
  57.     else
  58.     {
  59.         system("cls");   
  60.         goto re2;
  61.     }
  62.     change:      
  63.     cout<<endl<<"請付帳: ";
  64.     cin>>pay;
  65.     money=pay-sum;
  66.     if(money==0)
  67.     {
  68.         cout<<"錢剛好!"<<endl<<endl;
  69.     }
  70.     else if(money<0)
  71.     {
  72.         cout<<"錢不夠!還差"<<-money<<"元!"<<endl;
  73.         goto change;     
  74.     }else
  75.     {
  76.         cout<<"找您"<<money<<"元!"<<endl;
  77.         if(money>=1000)
  78.         {
  79.             cout<<"一千元鈔票"<<money/1000<<"張"<<endl;
  80.             money%=1000;
  81.         }
  82.         if(money>=500)
  83.         {
  84.             cout<<"五百元鈔票"<<money/500<<"張"<<endl;
  85.             money%=500;         
  86.         }
  87.         if(money>=100)
  88.         {
  89.             cout<<"一百元鈔票"<<money/100<<"張"<<endl;
  90.             money%=100;         
  91.         }
  92.         if(money>=50)
  93.         {
  94.             cout<<"五十元硬幣"<<money/50<<"枚"<<endl;
  95.             money%=50;         
  96.         }
  97.         if(money>=10)
  98.         {
  99.             cout<<"十元硬幣"<<money/10<<"枚"<<endl;
  100.             money%=10;         
  101.         }
  102.         if(money>=5)
  103.         {
  104.             cout<<"五元硬幣"<<money/5<<"枚"<<endl;
  105.             money%=5;         
  106.         }
  107.         if(money>0)
  108.         {
  109.             cout<<"一元硬幣"<<money<<"枚"<<endl;
  110.         }
  111.         cout<<endl<<"銘謝惠顧!"<<endl;
  112.         cout<<"滿100元送<對老師專用核彈乙枚>"<<endl;         
  113.     }
  114.     system("pause");
  115.     return 0;   
  116. }
複製代碼
http://fs-old.mis.kuas.edu.tw/~s1102137106/music/

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re2:
  7.     int p,q,sum=0,option,pay,money;
  8.     string name[7]={"1","2","3","4","5","6","7"};
  9.     int price[7]={90,80,74,3,80,1,4};
  10.     int qty[7]={0,0,0,0,0,0,0};
  11.     cout<<"****123456789////////////法寶店****"<<endl<<endl;
  12.     cout<<"[商品價目表]"<<endl;
  13.     for(int i=0; i<7; i++)
  14.     {
  15.         cout<<"("<<i+1<<")"<<name[i]<<"\t"<<price[i]<<"元"<<endl;
  16.     }
  17.     cout<<"(8)結帳"<<endl<<endl;
  18.     cout<<"[100......元.....任務]消費100.....元.....送12.*30"<<endl;
  19.     re:
  20.     cout<<"請輸入商品代碼: ";
  21.     cin>>p;
  22.     if(p==8)
  23.         goto checkout;
  24.     else if(p>=1 && p<=7)
  25.     {
  26.         cout<<"數量: ";
  27.         cin>>q;
  28.         if(q<=0)
  29.         {
  30.             cout<<"錯誤!"<<endl;
  31.             goto re;        
  32.         }
  33.         sum+=price[p-1]*q;
  34.         qty[p-1]+=q;         
  35.     }
  36.     else
  37.     {
  38.         cout<<"錯誤!"<<endl;   
  39.     }
  40.     goto re;
  41.     checkout:
  42.     cout<<endl<<"[........清單]"<<endl;         
  43.     cout<<"-----------------------------"<<endl;
  44.     for(int i=0; i<7; i++)
  45.     {
  46.         if(qty[i]!=0)
  47.             cout<<name[i]<<"\t"<<price[i]<<"元..... * "<<qty[i]<<"個"<<endl;  
  48.     }
  49.     cout<<"-----------------------------"<<endl;
  50.      if(sum >= 100)
  51.     {
  52.            cout<<"你消費"<<sum<<".......元,符合滿100......的任務"<<endl<<endl;
  53.            cout<<"12.*30是你的了!"<<endl;
  54.     }         
  55.     cout<<"總共"<<sum<<"元..........!"<<endl<<endl;
  56.     cout<<"1-正確誤................... 2-重選購.................  ";
  57.     cin>>option;
  58.     if(option==1)
  59.     {
  60.         goto change;
  61.     }
  62.     else
  63.     {
  64.         system("cls");     
  65.         goto re2;
  66.     }
  67.     change:
  68.     cout<<endl<<"請付帳: ";
  69.     cin>>pay;
  70.     money=pay-sum;
  71.     if(money==0)
  72.     {
  73.         cout<<"感謝光臨!"<<endl;
  74.     }
  75.     else if(money<0)
  76.     {
  77.         cout<<"快把"<<-money<<"錢拿來..................!"<<endl;
  78.         goto change;     
  79.     }else
  80.     {
  81.         cout<<"找你"<<money<<"元喔!啾咪!喔!啾咪元喔!"<<endl;
  82.         if(money>=100)
  83.         {
  84.             cout<<"100"<<money/100<<"..........................元"<<endl;
  85.             money%=100;
  86.         }
  87.         if(money>=50)
  88.         {
  89.             cout<<"50"<<money/50<<"........................元"<<endl;
  90.             money%=50;         
  91.         }
  92.         if(money>=10)
  93.         {
  94.             cout<<"10"<<money/10<<".......................元"<<endl;
  95.             money%=10;         
  96.         }
  97.         if(money>0)
  98.         {
  99.             cout<<"1"<<money<<".............................元"<<endl;
  100.         }               
  101.     }
  102.     cout<<endl<<"11111再來吧"<<endl;
  103.     system("pause");
  104.     return 0;   
  105. }
複製代碼

TOP

本帖最後由 謝瀞儀 於 2015-4-21 19:41 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re2:
  7.     int thing, number,sum=0,option,pay,price,money1;
  8.     string name[21]={"V家七宗罪系列(包含序號2~9)",
  9.                      "湯匙(齒輪)                ",
  10.                      "酒杯                      ",
  11.                      "劍                        ",
  12.                      "金鑰匙                    ",
  13.                      "人偶                      ",
  14.                      "四面鏡                    ",
  15.                      "禍世之剪                  ",
  16.                      "上了發條的搖籃曲          ",
  17.                      "白癡藥水                  ",
  18.                      "生鏽的齒輪人偶            ",
  19.                      "受詛咒之雙刃(附皮革套)    ",
  20.                      "跳針的古老大鐘            ",
  21.                      "失憶藥丸                  ",
  22.                      "座敷童子的靈棺            ",
  23.                      "淌血的附喪神人偶          ",
  24.                      "會咬人的蜘蛛玩偶          ",
  25.                      "梅杜莎的頭顱              ",
  26.                      "巫婆熬藥的大鍋            ",
  27.                      "活生生殭屍殺人魔/吸血鬼   "};
  28.     int money[21]={1200,70,80,80,100,120,150,100,350,70,80,20,1300,130,700,130,120,500,1000,10000};
  29.     int qty[21]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
  30.     cout<<"XXX崩壞/中二玩具精品店XXX"<<endl;
  31.     cout<<"這裡的壞掉商品包山包海,應有盡有,等你來搜刮!"<<endl;
  32.     cout<<"本店絕對沒有惡意哄抬價格,也絕對沒有低價購入,高價賣出的不良嗜好,敬請安心"<<endl;
  33.     cout<<"對於購買商品的問題,出事本店一概不負責"<<endl;
  34.     cout<<"--------------------------------------------------------------------------"<<endl;
  35.     cout<<endl<<endl<<"[促銷方案]"<<endl;
  36.     cout<<"消費滿500萬送半張衛生紙乙份"<<endl
  37.         <<"消費滿700萬送一元折價卷乙本(每本50張,不得於當次使用,一次來店限用一張)"<<endl
  38.         <<"消費滿1000萬送食人菜瓜布乙份+夏語遙代言?將碗盤洗的超乾淨牌洗碗精?乙份"<<endl
  39.         <<"加一百萬升級食魔菜瓜布乙份+夏語遙代言?將魔物洗的超乾淨牌洗碗精?乙份"<<endl
  40.         <<"消費滿1億送食魔菜瓜布乙份+夏語遙代言?將魔物洗的超乾淨牌洗碗精?乙份"<<endl
  41.         <<endl;
  42.     int i=0;
  43.     while(i<20)
  44.     {
  45.         cout<<"("<<i+1<<")"<<name[i]<<"\t"<<money[i]<<"萬元"<<endl;   
  46.         i++;
  47.     }
  48.     cout<<"(21)結帳"<<endl;
  49.     re:
  50.     cout<<"請輸入商品代號: "<<endl;
  51.     cin>>thing;
  52.     if(thing==21)
  53.     {
  54.         goto checkout;            
  55.     }
  56.     else if(thing>0 && thing<21)
  57.     {
  58.         cout<<"數量: "<<endl;
  59.         cin>>number;
  60.         if(number<=0)
  61.         {
  62.             cout<<"奧客去死辣!本店將會詛咒你的餘生(甩門)"<<endl;
  63.             goto re;        
  64.         }
  65.         sum+=money[thing-1]*number;
  66.         qty[thing-1]+=number;
  67.     }
  68.     else
  69.     {
  70.         cout<<"奧客去死辣!本店將會詛咒你的餘生(甩門)"<<endl;   
  71.     }
  72.     goto re;
  73.     checkout:
  74.     cout<<endl<<"中二精品購物清單"<<"\a"<<endl;
  75.     cout<<"------------------------------"<<"\n";
  76.     for(int i=0;i<21;i++)
  77.     {
  78.         if(qty[i]!=0)
  79.         {
  80.             cout<<name[i]<<"\t"<<money[i]<<"元 * "<<qty[i]<<"個"<<endl;           
  81.         }   
  82.     }
  83.     cout<<"------------------------------"<<"\n";
  84.     if(sum==0)
  85.     {
  86.         cout<<"0元"<<endl;
  87.     }
  88.     else
  89.     {
  90.         cout<<"共"<<sum<<"萬元"<<endl;
  91.         if(sum>500 && sum<700)
  92.         {
  93.             cout<<"[促銷方案] 滿500萬送半張衛生紙乙份"<<endl<<endl;                    
  94.         }
  95.         else if(sum>700 && sum<1000)
  96.         {
  97.             cout<<"[促銷方案] 滿700萬送一元折價卷乙本"
  98.                   "(每本50張,不得於當次使用,一次來店限用一張)";                    
  99.         }
  100.         else if(sum>1000 && sum<10000)
  101.         {
  102.             cout<<"[促銷方案] 滿1000萬送食人菜瓜布乙份"
  103.                   "+夏語遙代言?將碗盤洗的超乾淨牌洗碗精?乙份";
  104.             cout<<"是否要加100萬升級食魔菜瓜布乙份"
  105.                   "+夏語遙代言?將魔物洗的超乾淨牌洗碗精?乙份"<<endl;
  106.             cout<<"1-是   2-否 ";
  107.             cin>>option;
  108.             if(option==1)
  109.             {
  110.                 sum+=100;            
  111.             }           
  112.             else
  113.             {
  114.                 goto choice;              
  115.             }         
  116.         }
  117.         else if(sum>=10000)
  118.         {
  119.             cout<<"[促銷方案] 滿1億送食魔菜瓜布乙份"
  120.                   "+夏語遙代言?將魔物洗的超乾淨牌洗碗精?乙份"<<endl;                    
  121.         }
  122.         choice:
  123.         cout<<"1-正確   2-錯誤,重選"<<endl;
  124.         cin>>option;
  125.         if(option==1)
  126.         {
  127.             goto change;
  128.         }
  129.         else
  130.         {
  131.             system("cls");
  132.             goto re2;
  133.         }
  134.         change:
  135.         cout<<"請付錢(萬元) "<<endl;
  136.         cin>>pay;
  137.         money1=pay-sum;
  138.         if(money1==0)
  139.         {
  140.             cout<<"錢嘟嘟好"<<endl;        
  141.         }
  142.         else if(money1<0)
  143.         {
  144.             cout<<"錢不夠,老子詛咒你永世不得超生"<<endl;
  145.             goto change;
  146.         }
  147.         else
  148.         {
  149.             cout<<"找您"<<money1<<"萬元"<<endl;
  150.             if(money1>=2000)
  151.             {
  152.                 cout<<"二千元鈔票"<<money1/2000<<"萬將"<<endl;               
  153.                 money1%=2000;
  154.             }
  155.             if(money1>=1000)
  156.             {
  157.                 cout<<"一千元鈔票"<<money1/1000<<"萬將"<<endl;               
  158.                 money1%=1000;
  159.             }
  160.             if(money1>=500)
  161.             {
  162.                 cout<<"五百元鈔票"<<money1/500<<"萬將"<<endl;               
  163.                 money1%=500;
  164.             }
  165.             if(money1>=200)
  166.             {
  167.                 cout<<"二百元鈔票"<<money1/200<<"萬將"<<endl;               
  168.                 money1%=200;
  169.             }
  170.             if(money1>=100)
  171.             {
  172.                 cout<<"一百元鈔票"<<money1/100<<"萬將"<<endl;               
  173.                 money1%=100;
  174.             }
  175.             if(money1>=50)
  176.             {
  177.                 cout<<"五十元硬幣"<<money1/50<<"萬個"<<endl;               
  178.                 money1%=50;
  179.             } if(money1>=20)
  180.             {
  181.                 cout<<"二十元硬幣"<<money1/20<<"萬個"<<endl;               
  182.                 money1%=20;
  183.             } if(money1>=10)
  184.             {
  185.                 cout<<"十元硬幣"<<money1/10<<"萬個"<<endl;               
  186.                 money1%=10;
  187.             }  
  188.             if(money1>=5)
  189.             {
  190.                 cout<<"五元硬幣"<<money1/5<<"萬個"<<endl;               
  191.                 money1%=5;
  192.             }
  193.             if(money1>0)
  194.             {
  195.                 cout<<"一元硬幣"<<money1<<"萬個"<<endl;               
  196.             }  
  197.             cout<<endl<<"中二精品玩具店謝謝您的惠顧"<<endl
  198.                       <<"再重申一次,對於購買商品的問題,"
  199.                       <<"出事本店一概不負責,感謝您的光臨!!"<<endl;
  200.             
  201.         }
  202.     }           
  203.                
  204.     system("pause");
  205.     return 0;   
  206. }
複製代碼

TOP

1234567890-

TOP

返回列表