← Back to List

8871번: Zadanie próbne 2 ↗

Solutions

Python 3
34 B | 34 chars
a = int(input())+1
print(a*2, a*3)