#include<iostream> int main(){ int a,b,c; scanf("%d %d %d",&a,&b,&c) printf("我出生在%d,%d月,我%d岁了",a,b,c); return 0; }