#include <stdio.h>
int main()//
{
   int age;
   age=69;
   printf("was %d years old.\n",age);
   return(0);
}