2的n次方(大数版) 摘要:解题思路:注意事项:涉及高精度计算(用数组)参考代码:#include <stdio.h>int a[100000];int main(){ int k=1,n=0,i,j; scan…… 题解列表 2022年11月09日 1 点赞 2 评论 689 浏览 评分:8.0