C++程序  |  8行  |  69 B

extern int eight (void);

int
main (void)
{
  return eight () - 8;
}