StdIn.readLine() 所得到的User input 都是 String ,所以假使沒有加上 toInt 或是 ... i = 4 d = 4.0 s = 'HackerRank ' a = int(input()) b = float(input()) c ...
確定! 回上一頁