摘要: #include <iostream> #include <cmath> using namespace std; int main(){ int n; double x,z,c,j,p; int r=0; cin>>n; double x2=0,z2=0; for(int i=0;i<n;i++) 阅读全文
posted @ 2023-03-25 20:15 陈若麟 阅读(23) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { int index=1; srand(time(0)); int num=rand()%100; int a; do{ 阅读全文
posted @ 2023-03-25 16:37 陈若麟 阅读(15) 评论(0) 推荐(0) 编辑