notalentprogrammer f00b19f981 20250506 baekjoon
2025-05-06 22:00:09 +09:00

2 lines
60 B
Python
Executable File

a, b = map(int, input().split())
print(a+b,a-b,a*b,a//b,a%b)