#include <stdio.h>

void main () 
{
  printf ("CrashMe" "\t\t" "\b\b\b\b\b\b");
  printf ("CrashMe" "\t\t" "\b\b\b\b\b\b");
}
