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.|

HO1018 - Шугаман 9

Өгсөн 6 оронтой тооны 100-тын орны цифрийг ол.

Input

6 оронтой нэг тоо өгөгдөнө.

Output

Үр дүнг хэвлэ.

Example

Input:
468355

Output:
3

Нэмсэн:munkhbat
Огноо:2013-01-12
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:Бүгд дараах хэлүүдээс бусад: ASM64 NCSHARP JULIA PYPY3

hide comments
2023-10-23 07:47:35
amjilt cyber surgulin 7-1 angin gomo tengis saraanad sn
2023-04-12 03:08:23
01101000 01101001 00100000 01101110 01101001 01100111 01100101 01110010 01110011
2023-04-12 03:06:47
01101000 01101001 00100000 01101110 01101001 01100111 01100101 01110010 01110011
2023-03-13 11:41:18
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
scanf("%d" ,&a);
printf("%d" ,(a%1000)/100);
} munji
2023-01-24 08:04:32
huul huul naizuudaa
2022-10-20 07:51:13
#include<bits/stdc++.h>
using namespace std;
int main (){
int x, s, z, p, i, a, b, c, e;
cin>>x;
z=x/10%100/10;
cout<<z<<endl;
}
2022-09-20 06:04:18


Last edit: 2022-09-26 06:54:51
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.