Advertisement
TranDucChuan

Bài giảng 1: Bài 6

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