C++程序  |  8行  |  110 B

/* This is a process that just exits with a failure code */
int
main (int argc, char **argv)
{

  return 1;
}