Problems
Write a program that receives two strings as input, converts the portion at the beginning of each string that can be interpreted as an integer, and prints the product of the two numbers.
Each string has a length of at most 100 characters.
Example
123.45 67@12
8241
Source
자기주도C언어프로그래밍