前面没有定义吧int count = 0;以及
#include <stdio.h> #include <conio.h>
main()这个在vc++里需要写返回值类型int main()
count没有定义吧。最后输出字符串用puts(str)