소음1 백준-2935번(소음)-python3 z=int(input()) y=input() if y=='*': z*=int(input()) print(z) elif y=='+': z+=int(input()) print(z) 2023. 11. 26. 이전 1 다음