提交时间:2020-07-25 16:50:05

运行 ID: 4911

#include<bits/stdc++.h> using namespace std; int main(){ cout<<150-65*2<<' '<<65-(150-65*2)<<endl; return 0; }