0_0_38819860_9188.cpp: In function 'bool dfs(int)':
0_0_38819860_9188.cpp:15:22: error: 'amp' was not declared in this scope
15 | if(!used[i] && vis[x][i]){
| ^~~
0_0_38819860_9188.cpp:15:30: error: expected ')' before ';' token
15 | if(!used[i] && vis[x][i]){
| ~ ^
| )
0_0_38819860_9188.cpp:15:41: error: expected ';' before ')' token
15 | if(!used[i] && vis[x][i]){
| ^
| ;
0_0_38819860_9188.cpp: In function 'int main()':
0_0_38819860_9188.cpp:27:23: error: 'amp' was not declared in this scope
27 | while(scanf("%d",&n)==1){
| ^~~
0_0_38819860_9188.cpp:27:26: error: expected ')' before ';' token
27 | while(scanf("%d",&n)==1){
| ~ ^
| )
0_0_38819860_9188.cpp:27:28: error: expected ';' before ')' token
27 | while(scanf("%d",&n)==1){
| ^
| ;
|