他的#include"stdio.h"写错了.
----------------解决方案--------------------------------------------------------
还是不行,好像是"gotoxy(3,1);"出了问题?
----------------解决方案--------------------------------------------------------
我用win-tc试过的,要不然也不会说可以了.
#include "stdio.h"
main()
{int integer,sum;
printf("a=\n");
printf("b=");
gotoxy(3,1);
scanf("%d",&integer);
gotoxy(3,2);
scanf("%d",&sum);
printf("%d",integer);
printf("\n%d",sum);
getch();
}
----------------解决方案--------------------------------------------------------
先谢谢了!我用的是:turbo c for windows7.0集成开发环境!不能编译!
----------------解决方案--------------------------------------------------------
谢谢各位,问题解决了!
----------------解决方案--------------------------------------------------------