Problem I: 【一维数组】找规律2

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:73 Solved:54

Description

【问题描述】
找规律:根据下列规律找出第N个数是多少? 1,2,4,8……(3<n<=20)
【输入格式】
一个正数数n(3<n<=20)
【输出格式】
输出一个正整数
【输入样例】
3
【输出样例】
4
【数据规模】
3<n<=20
【时间限制】
1s

Sample Input Copy


Sample Output Copy