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
2022-11-08 04:27:34
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b;
cin>>a;
b=a%100%100/10;
cout<<b<<endl;
} copy your gay
2022-09-30 05:40:30
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,a;
cin>>n;
a=n%100/10;
cout<<a<<endl;
} en yg zuvn suguda
2022-09-27 03:55:36
ene ulbar shar ni yugsen uguu ulbar shar bolood l baihiin #include <stdio.h>
int main()
{
int n, AOT;
printf("TOOGOO ORUULNA UU = ");
scanf("%d", &n);
AOT = (n % 100 - n % 10)/10;
printf("10tiin oron ni = %d",AOT);
return 0;
}
2022-09-20 14:00:23
bn
2022-04-29 13:44:05
#include<iostream>
using namespace std;
int a,b,c;
main(){
cin>>a;
b=a%100;
a=a/10;
a=a%10;
cout<<a;
} mai c++ shuu
2022-04-21 16:58:40
#Python
a = int(input())
b = int(a/10)
print(b%10)
2022-03-29 08:35:35
IG whopsy_eenoo

Last edit: 2022-03-29 08:35:59
2022-03-17 07:39:02
tumsug tuugii

2022-03-17 07:37:41
byra fck you
2021-12-20 08:37:43
#Python
a = list(input())
print(a[-2])
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.