#ABC140A. Password
Password
题目描述
Takahashi is going to set a -character password.
How many possible passwords are there if each of its characters must be a digit between and (inclusive)?
高桥要设置一个 个字符的密码。
如果每个字符都必须是介于 和 (含)之间的数字,那么有多少个可能的密码?
输入格式
输入内容按以下格式标准输入:
输出格式
打印可能的密码数。
样例 #1
样例输入 #1
2
样例输出 #1
8
样例 #2
样例输入 #2
1
样例输出 #2
1
说明
数据规模与约定
- 是整数。
样例 解释
有八个可能的密码:111"、"112"、"121"、"122"、"211"、"212"、"221 "和 "222"。
样例 解释
如果只能使用一种字符,那么只有一种可能的密码。