`printf undeclared (first use this function)怎么解决?最简单的Hello,World都不能运行。。。#include stu
`printf' undeclared (first use this function) 怎么解决?
最简单的Hello,World 都不能运行。。。
#include <studio.h>
main()
{
printf("hello,world\n");
}
[解决办法]
studio工作室
stdio标准IO(standard IO)
