【C_W_L】的字符串

TimeLimit:1000MS  MemoryLimit:256MB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

图片.png



【C_W_L】寒假老无聊了,但是他现在要搞事情,因为17级字符串太菜了,所以他亲自出了一道字符串题目给他们做


【C_W_L】把所以以1开头的整数都写在一行里面,然后那个字符串就长得这个样子"123456789101112131415...".

你们的任务就是输出这个字符串的第n个位置的数、【C_W_L】说了,不能在1s内答出来的,就让Thanks_up带去505吊在门口打

Input

The only line of the input contains a single integer n (1 ≤ n ≤ 1000) — the position of the digit you need to print.


输入一个整数n (1 ≤ n ≤ 1000),代表你要输出的位置

Output

Print the n-th digit of the line.

输出一个整数,代表字符串这个位置的数

SampleInput 1
3
SampleOutput 1
3
SampleInput 2
11
SampleOutput 2
0
Note

In the first sample the digit at position 3 is '3', as both integers 1 and 2 consist on one digit.

In the second sample, the digit at position 11 is '0', it belongs to the integer 10.

Submit
题目统计信息详细
总AC数52
通过人数41
尝试人数43
总提交量102
AC率40.20%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: