#include <stdio.h>

int main() {
  int x = 0;
  if (x = 5) {
    printf("Soy el mejor\n");
  }
}
