main.c 50 B

12345678
  1. #include <stdio.h>
  2. int main()
  3. {
  4. return 0;
  5. }