#include <stdio.h>

int main() {
  printf("Yo");
  return 4;
} 
