编译出错呢。编译器: Default compiler
Building Makefile: "C:\DOCUME~1\ADMINI~1\桌面\C程序\Makefile.win"
执行
make...
make.exe -f "C:\DOCUME~1\ADMINI~1\桌面\C程序\Makefile.win" all
gcc.exe -c jay.c -o jay.o -I"C:/Program Files/DEV-CPP/include"
jay.c: In function `main':
jay.c:10: warning: passing arg 1 of `gets' from incompatible pointer type
jay.c:11: warning: passing arg 1 of `puts' from incompatible pointer type
jay.c:12: error: invalid operands to binary +
make.exe: *** [jay.o] Error 1
执行结束