#include <stdio.h>
int main ()
{
  puts("running"); // breakpoint here
  return 0;
}
