c语言编写一个程序,在命令提示符窗口中显示very good

2024-11-09 09:49:34
推荐回答(1个)
回答1:

#include
void main()
{
printf("very good\n");
}