sub.cxx 60 B

123456
  1. #include <stdio.h>
  2. int sub()
  3. {
  4. printf("");
  5. return 10;
  6. }