[백준] 백준 python3 27323번 문제 및 소스코드

2024. 10. 8. 13:07Coding/백준-Python

1. 문제 링크

https://www.acmicpc.net/problem/27323

2. 문제 

 

3. 소스코드

print(int(input()) * int(input()))