보안매크로 2023. 6. 25. 19:02

string[] a = Console.ReadLine().Split();
Console.WriteLine(int.Parse(a[0]) * int.Parse(a[1]));