距離上次更新已有 976 天,文章內容可能已過時。

題目

解答

python
1
import sys;[(lambda x: print(sum(x)))([int(i) for i in _.split() if i.isdigit()]) for _ in sys.stdin]