from sys import stdin
for line in stdin:
data=line.split(" ")
#然後針對每行的資料 data[0], data[1], .... 進行該題需要的處理。