0_0_38826684_13979.cpp:44:38: error: expected ')' before ';' token
44 | void createG(vector<vector<int> >& G)
| ~ ^
| )
0_0_38826684_13979.cpp:44:40: error: 'G' does not name a type
44 | void createG(vector<vector<int> >& G)
| ^
0_0_38826684_13979.cpp: In function 'void Dfs(std::vector<int>, int)':
0_0_38826684_13979.cpp:68:21: error: 'amp' was not declared in this scope
68 | if (i == 0 && D >= 35)
| ^~~
0_0_38826684_13979.cpp:68:29: error: expected ')' before ';' token
68 | if (i == 0 && D >= 35)
| ~ ^
| )
0_0_38826684_13979.cpp:68:38: error: expected ';' before ')' token
68 | if (i == 0 && D >= 35)
| ^
| ;
0_0_38826684_13979.cpp:73:9: error: 'else' without a previous 'if'
73 | else if (issafe(v, i))
| ^~~~
0_0_38826684_13979.cpp:82:40: error: 'amp' was not declared in this scope
82 | if (!visit[j] && firstjump(j))
| ^~~
0_0_38826684_13979.cpp:82:48: error: expected ')' before ';' token
82 | if (!visit[j] && firstjump(j))
| ~ ^
| )
0_0_38826684_13979.cpp:82:62: error: expected ';' before ')' token
82 | if (!visit[j] && firstjump(j))
| ^
| ;
0_0_38826684_13979.cpp:90:32: error: 'amp' was not declared in this scope
90 | if (!visit[j] && G[i][j])
| ^~~
0_0_38826684_13979.cpp:90:40: error: expected ')' before ';' token
90 | if (!visit[j] && G[i][j])
| ~ ^
| )
0_0_38826684_13979.cpp:90:49: error: expected ';' before ')' token
90 | if (!visit[j] && G[i][j])
| ^
| ;
|