2017年11月9日 星期四

1001 基本輸入輸出交換


說明

用鍵盤輸入二個整數,再將它交換順序後由螢幕輸出
注意不可輸出多餘文字如空白說明文字 等

Input Format

整數1
整數2

Output Format

整數2
整數1

x=input()
y=input()
print(y)
print(x)

沒有留言:

張貼留言