#include <stdio.h>
int main()//
{
int age;
age=69;
printf("was %d years old./n",age);
return(0);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266447.html
#include <stdio.h>
int main()//
{
int age;
age=69;
printf("was %d years old./n",age);
return(0);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266447.html