Advertisement
Albert3069

2 weeks project - 202007032 최윤솔

May 3rd, 2020
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.35 KB | None | 0 0
  1. #include <stdio.h>>
  2.  
  3. int main()
  4. {
  5.     printf("일 \t  월\t  화\t  수 \t  목\t  금\t  토\n");
  6.     printf("1 \t 2 \t 3 \t 4 \t 5 \t 6 \t 7 \n");
  7.     printf("8 \t 9 \t 10 \t 11 \t 12 \t 13 \t 14 \n");
  8.     printf("15 \t 16 \t 17 \t 18 \t 19 \t 20 \t 21 \n");
  9.     printf("22 \t 23 \t 24 \t 25 \t 26 \t 27 \t 28 \n");
  10.     printf("29 \t 30 \t 31 \n");
  11.    
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement