摘要: https://atcoder.jp/contests/abc283 ###A - Power 题目大意: 输出a的b次方。 Sample Input 1 4 3 Sample Output 1 64 #include<bits/stdc++.h> using namespace std; type 阅读全文
posted @ 2022-12-25 12:05 高尔赛凡尔娟 阅读(22) 评论(0) 推荐(0) 编辑