Problem K: [Python]변수와 입력 - 연습문제 6

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:1

Description

두 개의 정수를 입력 받아 합과 곱을 출력하시오 

Sample Input Copy

3
5

Sample Output Copy

3 + 5 = 8
3 * 5 = 15