← Back to List

27331번: 2 桁の整数 (Two-digit Integer) ↗

Solutions

Python 3
22 B | 22 chars
print(input()+input())