Code:
#include <iostream>

int main() {
   std::cout << "you are old" << std::endl;
   return 0;
}