提交时间:2020-07-28 11:56:55
运行 ID: 5214
#include<iostream> int main(){ int a=45; int b=20; printf("%d %d",a,b); }