Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 基本
(C++) 算术表达式
Module:
(C++) 算术表达式
Problem
4
/7
数字 2 的 N 次方
Problem
给定一个自然数
N
(从键盘输入)。计算
\(2^N\)
。显示计算值 (
\(1<=N<=15\)
)。
输入
输入是单个数字
N
。
印记
打印表达式的结果
\(2^N\)
。
例子
<头>
#
输入
输出
东西> <正文>
1
3
8
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary