int customTarget();

int main()
{
  return customTarget();
}