[Login|Register]
Problems

Status

Rank

Problem 1051
2的n次方问题
Time Limit: 1000ms
Memory Limit: 65536kb
Description
计算2的n次方;
Input
多个输入,每个输入为一个整数n(0≤n≤30),每个输入占一行;
Output
对每一个整数n,输出2的n次方。每行输出一个结果;
Sample Input
0
3
Sample Output
1
8
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.2ms with 1 query(s).