main()
{
printf(“Hello E-world!\n”);
printf(“**\n”);
printf(“*\n”);
printf(“**\n”);
printf(“* \n”);
printf(“**\n”);
getch();
}

用''*''号输出字母''E''

相关文章:

  • 2021-08-04
  • 2021-07-27
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2021-11-04
猜你喜欢
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案