首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
我是个宝宝的代码贴
→
全部
[C语言]帮我改下错误
#include "graphics.h"
#include "math.h"
#include "dos.h"
#include "conio.h"
#include "stdlib.h"
#include "stdio.h"
#include "stdarg.h"
#define maxpts 15
#define pi 3.1415926
struct pts {
int x, y;
};
......................
阅读全部
| 2017年6月12日 22:48
1
我是个宝宝
全部(1)
C语言(1)