백준 21300번: Bottle Return #Python

ColorlessDia·2024년 2월 13일

algorithm/baekjoon

목록 보기
73/807
print(sum(list(map(lambda x: int(x) * 5, input().split()))))

0개의 댓글