python 2805: 乘方计算 摘要:注意事项:参考代码:a, n = map(int, input().split()) print(a**n)…… 题解列表 2024年03月13日 0 点赞 0 评论 418 浏览 评分:6.0
乘方计算C解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int m,a,n; scanf("%d %d",&a,&n); m=pow(a,n); …… 题解列表 2024年02月17日 0 点赞 0 评论 280 浏览 评分:0.0
2805: 乘方计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,n,sum; sum=1; …… 题解列表 2024年01月13日 0 点赞 0 评论 191 浏览 评分:0.0
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月11日 0 点赞 0 评论 442 浏览 评分:9.9
乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,n,sum=1; cin>>a>>…… 题解列表 2024年01月11日 0 点赞 1 评论 215 浏览 评分:2.0
题解 2805: 乘方计算 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){long long a,n,sum=1;cin>>a>>n;for(i…… 题解列表 2024年01月10日 0 点赞 0 评论 305 浏览 评分:9.9
2805: 乘方计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,n; int mer=1; …… 题解列表 2024年01月10日 0 点赞 0 评论 206 浏览 评分:0.0
题解 2805: 乘方计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,n; cin>>a>>n; …… 题解列表 2024年01月10日 0 点赞 0 评论 198 浏览 评分:2.0
题解 2805: 乘方计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,n; int sum=1; …… 题解列表 2024年01月10日 0 点赞 0 评论 233 浏览 评分:9.9
python代码正确100%&&&&&&& 摘要:解题思路:注意事项:参考代码:a,n = map(int,input().split()) #使用map函数循环输入print(a**n)…… 题解列表 2023年12月26日 0 点赞 0 评论 353 浏览 评分:9.9