Версия 1 a, b = map(int,input().split()) print(a + b) # Версия 2 print(sum(map(int,input().split()))). Ввод из файла input.txt, ...
確定! 回上一頁