提交时间:2020-07-26 10:28:51

运行 ID: 4963

#include<bits/stdc++.h> using namespace std; int main(){ int z,s; z=45; s=65-45; cout<<z<<" "<<s; return 0; }