C++程序  |  10行  |  89 B

#include <stdio.h>

int foo;
int
main ()
{
  printf ("PASSED: %d\n", foo);
  return 0;
}