0_0_26225483_27439.cpp:14:1: error: expected ';' after struct definition
}
^
0_0_26225483_27439.cpp: In function 'void Init()':
0_0_26225483_27439.cpp:24:9: error: 'ind' was not declared in this scope
memset(ind, 0, sizeof(ind));
^
0_0_26225483_27439.cpp: In function 'void solve()':
0_0_26225483_27439.cpp:36:26: error: 'ind' was not declared in this scope
Max_ind = max(Max_ind, ind[i]);
^
0_0_26225483_27439.cpp:44:24: error: 'k' was not declared in this scope
for(int i = 1; i <= k; i++) {
^
0_0_26225483_27439.cpp:45:8: error: 'ind' was not declared in this scope
if(ind[u[i]] > R && ind[v[i]] > R) {
^
0_0_26225483_27439.cpp:54:24: error: 'k' was not declared in this scope
for(int i = 1; i <= k; i++) {
^
0_0_26225483_27439.cpp:56:9: error: 'ind' was not declared in this scope
if(ind[u[i]] > r && )
^
0_0_26225483_27439.cpp:56:21: error: 'r' was not declared in this scope
if(ind[u[i]] > r && )
^
0_0_26225483_27439.cpp:56:26: error: expected primary-expression before ')' token
if(ind[u[i]] > r && )
^
0_0_26225483_27439.cpp:57:5: error: expected primary-expression before '}' token
}
^
0_0_26225483_27439.cpp: At global scope:
0_0_26225483_27439.cpp:73:1: error: expected unqualified-id before '/' token
/
^
|