Problem hidden
|This problem was hidden by Editorial Board member probably because it has incorrect language|version or invalid test data, or description of the problem is not clear.|

RGB7008 - Аравтын орны цифр

Өгөгдсөн тооны аравтын орны цифрийг ол.

Input

Int төрлийн бүхэл тоо өгөгдөнө.

Output

Аравтын орны цифр.

Example

Input:
423
Output:
2

Нэмсэн:Bataa
Огноо:2011-05-10
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 BASH BF C NCSHARP CSHARP C++ 4.3.2 CPP C99 CLPS LISP sbcl LISP clisp D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO JULIA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON PYPY3 PYTHON3 RUBY SCALA SCM guile ST TCL WHITESPACE

hide comments
2023-09-25 17:07:07
#include<bits/stdc++.h>
using namespace std;
int main() {
int a, i;
cin>>a;
i=a%100/10;
cout<<i<<endl;
}
2023-09-22 05:04:53
ehlel uurd
2023-08-25 06:38:55
#include <cstdio>
int main(){
int a,b;
scanf("%d",&a);
b=a%100/10;
printf("%d",b);
} ez exercise
2023-05-28 07:45:40
#include <iostream>
using namespace std;

int main() {
int a, i;
cin>>a;
i=a%100/10;
cout<<i;
return 0;
}
2023-05-24 06:43:19
#include<iostream>//y=4x2-3x+5
using namespace std;
int main(){
int a,b;
cin>>a;
b=a/10%10;
cout<<b<<endl;
}
2023-05-23 05:09:39
unubayar huulav
2022-12-09 01:04:54
sodbayrgay
2022-12-01 07:23:25
manda huurhun
2022-11-08 05:39:28
#include<iostream>//y=4x2-3x+5
using namespace std;
int main(){
int a,b;
cin>>a;
b=a/10%10;
cout<<b<<endl;
}
2022-11-08 05:39:28
#include<iostream>//y=4x2-3x+5
using namespace std;
int main(){
int a,b;
cin>>a;
b=a/10%10;
cout<<b<<endl;
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.