题解 | #发送offer#
发送offer
https://www.nowcoder.com/practice/66969869634b4142ac371684fcf89764
'''import sys for line in sys.stdin: a = line.split() print(int(a[0]) + int(a[1]))''' print('Allen, you have passed our interview and will soon become a member of our company.') print('Tom, you have passed our interview and will soon become a member of our company.') print('Allen, welcome to join us!') print('Andy, welcome to join us!')