main.c 69 B

1234567891011
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int a=0;
  5. int b=3;
  6. return 0;
  7. }