新手上路,求大神指教
#include<stdio.h>int main(void)
{
printf("Hello Word!\n");
printf("If you want to be the number one!");
printf("You must ... ...");
system("pause");
return 0;
}
暂停难道不是这个样子吗???
2013-10-16 13:36
2013-10-16 13:54
2013-10-16 14:08