(HDU)1283 -- 最簡單的電腦

來源:互聯網
上載者:User

標籤:using   div   math   include   iostream   cst   mat   tchar   getchar   

題目連結:http://vjudge.net/problem/HDU-1283

 1 #include <cstdio> 2 #include <cstring> 3 #include <cmath> 4 #include <iostream> 5 #include <algorithm> 6 #include <string> 7 #include <cstdlib> 8  9 using namespace std;10 11 int main()12 {13     int m1,m2,len,i;14     char str[250];15     while(~scanf("%d %d",&m1,&m2))16     {17         int r1=0,r2=0,r3=0;18         getchar();19         scanf("%s",str);20         len=strlen(str);21         for(i=0;i<len;i++)22         {23             if(str[i]==‘A‘) r1=m1;24             else if(str[i]==‘B‘) r2=m2;25             else if(str[i]==‘C‘) m1=r3;26             else if(str[i]==‘D‘) m2=r3;27             else if(str[i]==‘E‘) r3=r1+r2;28             else if(str[i]==‘F‘) r3=r1-r2;29         }30         printf("%d,%d\n",m1,m2);31     }32     return 0;33 }

 

(HDU)1283 -- 最簡單的電腦

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.