0_0_30802453_25693.cpp:1:10: error: variable or field 'dfs' declared void
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
0_0_30802453_25693.cpp:1:10: error: 'LL' was not declared in this scope
0_0_30802453_25693.cpp:1:16: error: 'LL' was not declared in this scope
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
0_0_30802453_25693.cpp:1:22: error: 'LL' was not declared in this scope
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
0_0_30802453_25693.cpp:1:28: error: 'LL' was not declared in this scope
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
0_0_30802453_25693.cpp:1:34: error: 'LL' was not declared in this scope
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
0_0_30802453_25693.cpp:1:38: error: 'x' was not declared in this scope
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
0_0_30802453_25693.cpp:1:41: error: 'LL' was not declared in this scope
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
0_0_30802453_25693.cpp:1:45: error: 'y' was not declared in this scope
void dfs(LL a, LL b, LL c, LL d, LL &x, LL &y) {
^
|