计算2的幂pow使用 摘要:解题思路:注意事项:参考代码:a =int(input())print(pow(2, a))…… 题解列表 2025年02月12日 0 点赞 0 评论 139 浏览 评分:0.0