#include<conio.h>
#include <stdlib.h>
main()
{
int x;
printf(\"Please enter a number:\");
scanf(\"%d\", &x);
printf(\"Hello! \\n\");
printf(\"Ha!Ha! \");
system(\"pause\");
}
加些甚麼 指令 -->清除Hello! Ha!Ha!
而不清除Please enter a number:
更新1:
我用的是devc++ #include是不要的