Submission
Status:
PPxxPPPPxP
Subtask/Task Score:
70/100
Score: 70
User: Nitro_Legacy
Problemset: เลขหลักของผลคูณ
Language: python
Time: 0.011 second
Submitted On: 2026-08-03 14:20:41
a = int(input())
b = int(input())
x = int(input())
prod = a * b
print(str(prod)[x - 1])