#abc283a. A - Power
A - Power
Score : points
问题描述
给定整数 和 ,输出 的 次幂的值。
以上为通义千问 qwen-max 翻译,仅供参考。
Problem Statement
Given integers and , print the value .
Constraints
- All values in the input are integers.
Input
The input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
4 3
Sample Output 1
64
, so should be printed.
Sample Input 2
5 5
Sample Output 2
3125
Sample Input 3
8 1
Sample Output 3
8
update @ 2024/3/10 11:51:24