摘要: 第二章 习题2-4 #include<bits/stdc++.h> using namespace std; int main() { while(1) { int n,m; cin>>n>>m; if(n==m&&n==0) { break; } double ans=0.0; for(int i 阅读全文
posted @ 2026-01-10 22:53 HongKai46 阅读(4) 评论(0) 推荐(0)