Advertisement
TranDucChuan

Bài giảng 1:

Jul 26th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.43 KB | None | 0 0
  1. Bài giảng 1:
  2. Bài 5:
  3. /*Nhận xét:
  4. -Thiếu return 0
  5. -Nộp 2 bài chung file nộp lại tiếp đi cưng */
  6. #include <stdio.h>
  7. int main()
  8. {
  9.     printf("*****  *   *  *   *     *     *   *\n");
  10.     printf("*      *   *  *   *    * *    **  *\n");
  11.     printf("*      *****  *   *   *   *   * * *\n");
  12.     printf("*      *   *  *   *   *****   *  ** \n");
  13.     printf("*****  *   *  *****  **   **  *   *");
  14.     return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement