0_0_23193216_13171.cpp:53:1: error: 'int64' does not name a type
int64
^
0_0_23193216_13171.cpp:130:1: error: expected unqualified-id before '{' token
{
^
0_0_23193216_13171.cpp:135:1: error: 'po' does not name a type
po
^
0_0_23193216_13171.cpp: In function 'void Update(int)':
0_0_23193216_13171.cpp:159:10: error: 'po' was not declared in this scope
ans+=po
^
0_0_23193216_13171.cpp:163:10: error: 'po' was not declared in this scope
ans-=po
^
0_0_23193216_13171.cpp:168:3: error: 'po' was not declared in this scope
po
^
0_0_23193216_13171.cpp: In function 'void Insert(int)':
0_0_23193216_13171.cpp:182:15: error: 'point' was not declared in this scope
s[i].insert(point[tmp].p[i]);
^
0_0_23193216_13171.cpp: In function 'void Delete(int)':
0_0_23193216_13171.cpp:191:24: error: 'point' was not declared in this scope
s[i].erase(s[i].find(point[tmp].p[i]));
^
0_0_23193216_13171.cpp: In function 'void solve()':
0_0_23193216_13171.cpp:249:17: error: 'point' was not declared in this scope
scanf("%d",&point[i].x[j]);
^
|