C语言实验——打印图形

#include <stdio.h>
#include <stdlib.h>


int main()
{
    printf("******************************\n");
    printf("\n");
    printf("          Very good!\n");
    printf("\n");
    printf("******************************\n");
    return 0;
}

相关文章:

  • 2021-07-14
  • 2021-07-17
  • 2021-06-07
  • 2021-05-23
  • 2021-06-07
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2021-12-17
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-09-04
  • 2021-06-04
  • 2021-06-27
相关资源
相似解决方案