提交时间:2020-07-26 11:16:03

运行 ID: 4984

#include<iostream> int main(){ int a=45; int b=20; printf("%d %d",a,b); }