This commit is contained in:
ljcjames 2022-08-11 21:55:46 +08:00
parent c2def12c80
commit 703920e2fd
1 changed files with 1 additions and 0 deletions

View File

@ -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];