#29812: python 解答


422596@st.tc.edu.tw (殤)

學校 : 不指定學校
編號 : 184100
來源 : [140.128.169.42]
最後登入時間 :
2024-01-02 15:30:28
a244. 新手訓練 ~ for + if -- 新手訓練系列 ~ 1 | From: [118.170.61.114] | 發表日期 : 2022-04-03 10:58

a=int(input())

for b in range(a):

    c,d,e=input().split()

    if int(c)==1:

        print(int(d)+int(e))

    elif int(c)==2:

        print(int(d)-int(e))

    elif int(c)==3:

        print(int(d)*int(e))

    else:

        print(int(int(d)/int(e)))

        

  0.0

 
ZeroJudge Forum