This commit is contained in:
parent
c2def12c80
commit
703920e2fd
|
@ -7,6 +7,7 @@ const double inf=1e100,EPS=1e-6;
|
|||
const int W=20;
|
||||
double l,now;
|
||||
int n;
|
||||
//一道墙
|
||||
struct wall
|
||||
{
|
||||
double x,y[6],val[5];
|
||||
|
|
Loading…
Reference in New Issue