提交时间:2020-07-25 20:29:02

运行 ID: 4945

#include<bits/stdc++.h> using namespace std; int main(){ int b,t,l,lz; lz=150; l=65; b=(l*3-lz)/(3-2); t=l-b; cout<<b<<" "<<t; return 0; }