提交时间:2019-09-17 21:55:26
运行 ID: 187
#include <iostream> int main(){ int a,b,c; scanf("%d %d %d",&a,&b,&c); printf("我出生在%d年%d月%d日",a,b,c); return 0; }