摘要: 进一步接触C语言<graphics.h> 1 #include<stdio.h> 2 #include<graphics.h> 3 #include<conio.h> 4 int main() { 5 int x = 0, y = 0; 6 initgraph(800, 800); 7 IMAGE 阅读全文
posted @ 2020-01-07 21:06 ”吾嚣张“ 阅读(567) 评论(0) 推荐(0)