728x90
반응형

단순한 계산 문제이다.

A = int(input())
B = int(input())

print(A+B)
print(A-B)
print(A*B)
728x90
반응형

+ Recent posts