FireWorks • 7个月前
using namespace std;
int main() {
double a,b,c,d; cin>>a>>b>>c; d=30-a-b-c; cout<<d<<endl; return 0;
}
Comments:
看到请回复!