究竟我的代码哪里出错啦
#include <stdio.h>
main()
{
print ("This is a C program.\n");
}
Error E:\TURBOC2\NONAME.C 1:UNable to open include file 'STDIO.H'
#include <stdio.h>
main()
{
print ("This is a C program.\n");
}
Error E:\TURBOC2\NONAME.C 1:UNable to open include file 'STDIO.H'