首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
blue176的代码贴
→
C++
[C++]blue176 贴于 2011-11-03 09:32:59
#define H 40
#define W 80
#define S .1
#define A(x) ((x)*3.1416/180)
#include<iostream>
#include<cstdlib>
#include<cmath>
int main() {
double a=-72,x=0,y=0;
char b[H][W];
int i,j;
......................
阅读全部
| 2011年11月3日 17:32
1
blue176
全部(1)
C++(1)