#1365. python-二分查找-输入一个整数,通过二分查找是不是在1~100的所有整数中

python-二分查找-输入一个整数,通过二分查找是不是在1~100的所有整数中

Background

Description

python-二分查找-输入一个整数,通过二分查找是不是在1~100的所有整数中

Format

Input

Output

Samples

30
找到了
7
-2
没找到
6
75
找到了
2

Limitation

1s, 1024KiB for each test case.