摘要: 3.程序流程图 4.代码实现 #include<bits/stdc++.h> using namespace std; main() { double sum = 0; int i; for(i=1;i<=64;i++) sum = sum + pow(2,i-1); printf("国王总共需要赏 阅读全文
posted @ 2023-05-23 12:59 yblll 阅读(15) 评论(0) 推荐(0)