主题:C的问题
用 turbo c for windows
写了个N简单的东西!
#include <stdio.h>
main ()
{
printf("this is my dj.\n")
}
为什么执行后出现
Bad command or file name
Execution time 0.000 seconds
Press any key to continue...
这是什么意思??
写了个N简单的东西!
#include <stdio.h>
main ()
{
printf("this is my dj.\n")
}
为什么执行后出现
Bad command or file name
Execution time 0.000 seconds
Press any key to continue...
这是什么意思??