C++程序  |  8行  |  123 B

#include <stdio.h>

int main(int argc, char *argv[])
{
  printf("Hello from the NDK; no user libraries.\n");
  return 0;
}