C++程序  |  8行  |  86 B

#include <stdio.h>

int main(void)
{
  printf("Hello static world!\n");
  return 0;
}