[問題] 求問一題

作者: tyjh (....)   2018-09-10 17:53:57
https://zerojudge.tw/ShowProblem?problemid=c461
此為原題
本人初學
輸入三個常數 一開始就卡住了
x= int(input())
y= int(input())
z= int(input())
請問要怎麼用 input 輸入時 不會換行?
用 end=""嗎? 不知要加在哪裡
如範例中的 0 0 1 等
而不是 0
0
1
作者: hwChang (聰明是天賦 善良是選擇)   2018-09-10 18:07:00
僅 input 一次, 用空格切開
作者: thefattiger (LT)   2018-09-10 18:07:00
題目是網站裡面的哪一題?
作者: oToToT (屁孩)   2018-09-10 19:26:00
x, y, z = map(int, input().split())
作者: tyjh (....)   2018-09-10 19:43:00
貼錯網址 是邏輯運算子那題
作者: renshin (阿信)   2018-09-11 09:52:00
三樓正解

Links booklink

Contact Us: admin [ a t ] ucptt.com