#include <stdio.h>

int main( ) {
   printf("hola mundo");
   return 0;
}
