提交时间:2020-07-26 11:01:55

运行 ID: 4979

#include<iostream> int main(){ int a=45; int b=20; cout<<a<<" "<<b; return0; }