0_0_38826686_24278.cpp: In function 'int main()':
0_0_38826686_24278.cpp:22:19: error: 'amp' was not declared in this scope
22 | scanf("%d%d",&N,&d);
| ^~~
0_0_38826686_24278.cpp:22:31: error: expected ';' before ')' token
22 | scanf("%d%d",&N,&d);
| ^
| ;
0_0_38826686_24278.cpp:24:53: error: expected ';' before ')' token
24 | scanf("%d%d",&point[i].x,&point[i].y);
| ^
| ;
0_0_38826686_24278.cpp: In function 'void Save007()':
0_0_38826686_24278.cpp:34:24: error: 'amp' was not declared in this scope
34 | if (!visit[i] && FristJump(i))
| ^~~
0_0_38826686_24278.cpp:34:32: error: expected ')' before ';' token
34 | if (!visit[i] && FristJump(i))
| ~ ^
| )
0_0_38826686_24278.cpp:34:46: error: expected ';' before ')' token
34 | if (!visit[i] && FristJump(i))
| ^
| ;
0_0_38826686_24278.cpp: In function 'int DFS(int)':
0_0_38826686_24278.cpp:62:28: error: 'amp' was not declared in this scope
62 | if (!visit[j] && jump(i,j)){
| ^~~
0_0_38826686_24278.cpp:62:36: error: expected ')' before ';' token
62 | if (!visit[j] && jump(i,j)){
| ~ ^
| )
0_0_38826686_24278.cpp:62:47: error: expected ';' before ')' token
62 | if (!visit[j] && jump(i,j)){
| ^
| ;
|