提交时间:2020-07-26 11:14:23

运行 ID: 4983

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