Submission
Status:
----------
Subtask/Task Score:
0/100
Score: 0
User: Apimuk
Problemset: เลขดวง
Language: cpp
Time: 0.002 second
Submitted On: 2025-10-04 08:08:28
#include <iostream>
#include <bits/stdc++.h>
using namespace std;
int main(){
int a , b;
cin >> a>>b;
int x;
cin >> x;
int result = a*b;
string txt = to_string(result);
cout << txt[txt.length()-x];
}