#include <stdio.h>
#include <stdlib.h>
int main()
{
int diff;
int methus;
int you;
char years[8];
printf("How old are you?");
gets_s(years);
you=atoi(years);
methus=69;
diff=methus-you;
printf("You are %d years younger./n",diff);
return(0);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266499.html