Open Leeee1111 opened 1 month ago
a, b = map(int, input().split()) print(a + b) print(a - b) print(a * b)