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

RGB7301 - Ахмад орны цифр

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

Input

n натурал тоо өгөгдөнө. (n<=10^6).

Output

Ахмад орны цифр болох нэг цифр байна.

Example

Input:
1234
Output:
1

Нэмсэн:Bataa
Огноо:2013-01-08
Хугацааны хязгаарлалт: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-07-04 06:40:13
orgil haan yuvaa boldooo
2022-07-04 06:29:58
oo shaa shaa
2022-06-08 08:01:45
e<3
2022-05-25 07:40:28
orgil bnu
2022-04-27 10:35:40
#include<stdio.h>
main()

{int n;
scanf("%d",&n);
while(n>9)
{n=n/10;
}
printf("%d",n);
}
2022-04-21 07:55:44
haha Jonathan I tickled my daughter's asshole
2022-04-18 08:53:17
Orgillius 10:3
"Pray to the saint Orgilbyek and thou shalth be blessed with jiken on thursdays"
2022-04-18 08:42:59
Saint Orgilbyek of 105, jiken patriarch
2022-04-18 08:41:39
orgil jiken bok bok bok
2022-04-16 10:12:53
orgil gichi

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.