#9215: 40ms


linhunghsiang (呆瓜)

學校 : 新北市立中和高級中學
編號 : 42763
來源 : [203.121.231.227]
最後登入時間 :
2021-03-17 22:35:58
a244. 新手訓練 ~ for + if -- 新手訓練系列 ~ 1 | From: [203.121.231.213] | 發表日期 : 2014-09-21 00:32

#include <iostream>
#include <cstdlib>
#include <ctime>
#include <string>

using namespace std;

int main(){
int i=0;
cin>>i;

             while(i>=1){
             i-=1;
             long long int x,y;
             int z;
             cin>>z;
             cin>>x;
             cin>>y;
             
                         if(z==1){
                                 cout<<x+y<<"\n";
                                 }
                         else if(z==2){
                                 cout<<x-y<<"\n";
                                 }
                         else if(z==3){
                                 cout<<x*y<<"\n";
                                 }
                         else if(z==4){
                                 cout<<x/y<<"\n";
                                 }
                         }

return 0;

}

 
ZeroJudge Forum