#include #include int main() { printf("I am %d years old \nHe is %d years old\n", 21); return 0; }