C++程序  |  6行  |  37 B

int
sub (int i)
{
  return i + 10;
}