#include<graphics.h>void main(){initgraph(640,480);circle(250,250,100);_getch();closegraph;}有那位能告诉我问题出在那里
参考https://blog.csdn.net/qq_51701007/article/details/122159682closegraph后面要加括号(),_getch需要头文件#include<conio.h>如有帮助,请采纳,谢谢
https://blog.csdn.net/qq_51701007/article/details/122159682
()