C++程序  |  6行  |  58 B

int main() {
   int x;
   if (x) return 1;
   return 0;
}