Run ID:113704
提交时间:2025-03-16 13:11:50
#include<bits/stdc++.h> using namespace std; int main(){ //long double a,b; for(long long a,b,c;c>=b;c=a+b){ cin>>a>>b; cout<<a+b<<endl; } //cout<<fixed<<setprecision(4)<<4/3.0*3.1415926*a*a*a; return 0; }