返回列表 發帖

三數中找出最大的數

本帖最後由 tonyh 於 2013-5-18 14:20 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請依序輸入三個數: ";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數中最大的數為: "<<f<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }

  16. /*

  17. a  b  c
  18. \ /\ /
  19. d  e
  20. \ /
  21.   f

  22. */
複製代碼

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請依序輸入三個數: ";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數中最大的數為: "<<f<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6. int a,b,c,d,e;
  7. cout<<"請依序輸入三個數字:"<<endl;
  8. cin>>a>>b>>c;
  9. d=(a>b)?a:b;
  10. e=(d>c)?d:c;
  11. cout<<"三數最大值為: "<<e<<endl;
  12. system("pause");   
  13. return 0;   
  14. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請依序輸入三個數: ";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數中最大的數為: "<<f<<endl;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請輸入不同的三數:";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數最大為:"<<f<<endl;
  13. system("pause");
  14. return 0;   
  15.     }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f, ;
  7.     cout<<"請依序輸入三數: ";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"則三數中最大的數是: "<<f<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請依序輸入3個數:"<<endl;
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數中最大的數為:"<<f<<endl;     
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼

TOP

  1. #include<iostream>   
  2. #include<cstdlib>     
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請依序輸入三個數:";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?c:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數中最大的數為:"<<f<<endl;  
  13.     system("pause");     
  14.     return 0;            
  15. }
複製代碼

TOP

  1. #include<iostream>   

  2. #include<cstdlib>   

  3. using namespace std;

  4. int main()

  5. {   int a, b, c, d, e, f;
  6.     cout<<"請依序輸入三個數: ";
  7.     cin>>a>>b>>c;
  8.     d=(a>b)?a:b;
  9.     e=(b>c)?a:c;      
  10.     f=(d>e)?d:e;
  11.     cout<<"三數最大的數: "<<f<<endl;
  12.    
  13.     system("pause");   

  14.     return 0;           

  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請依序輸入三個數: ";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數中最大的數為: "<<f<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f;
  7.     cout<<"請依序輸入三個數字: ";
  8.     cin>>a>>b>>c;
  9.     d=(a>b)?a:b;
  10.     e=(b>c)?b:c;
  11.     f=(d>e)?d:e;
  12.     cout<<"三數中最大的數字為: "<<f<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.   int a, b, c, d,e,f;
  7.   cout<<"請依序輸入三個數: ";
  8.   cin>>a>>b>>c;
  9.   d=(a>b)?a:b;
  10.   e=(b>c)?b:c;
  11.   f=(d>e)?d:e;
  12.   cout<<"三數中較大的數為: "<<f<<endl;   
  13.   system("pause");
  14.   return 0;     
  15. }
複製代碼

TOP

返回列表