Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
ジャワ。 基本
算術式
Module:
算術式
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