main.c 69 B

1234567
  1. #include <stdio.h>
  2. int main() {
  3. printf("A=%d\n", A);
  4. return 0;
  5. }