Toggle navigation
HUSTOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Language
中文
ئۇيغۇرچە
English
فارسی
ไทย
한국어
Problem2349-- 2^N
2349: 2^N
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MB
Submit
Solved: 9
Submit Num: 11
Statistics
Description
Time Limit: 2 sec / Memory Limit: 1024 MB
Score :
100
1
0
0
points
Problem Statement
Given
N
N
, print
2^N
2
N
.
Constraints
0 \leq N \leq 30
0
≤
N
≤
3
0
N
N
is an integer.
Input
Input is given from Standard Input in the following format:
N
N
Output
Print the answer.
Sample Input
Copy
3
Sample Output
Copy
8
HINT
We have
2^3=8
2
3
=
8
.
Source/Category
AtCoder