提交时间:2020-07-26 11:01:09
运行 ID: 4978
include<iostream> int main(){ int a=45; int b=20; cout<<a<<" "<<b; return0; }