0_0_17932236_23774.cpp: In function 'void dfs(int, int)':
0_0_17932236_23774.cpp:45:23: error: 'Min' was not declared in this scope
ans=Min(ans,nn);
^
0_0_17932236_23774.cpp:51:26: error: 'Min' was not declared in this scope
ans=Min(ans,nn+tt);
^
0_0_17932236_23774.cpp:53:54: error: 'Min' was not declared in this scope
ans=Min(ans,nn+tt+Min(q,abs(bit[tt]-temp)-tot));
^
0_0_17932236_23774.cpp:53:55: error: 'Min' was not declared in this scope
ans=Min(ans,nn+tt+Min(q,abs(bit[tt]-temp)-tot));
^
0_0_17932236_23774.cpp:53:55: error: redeclaration of '<typeprefixerror>Min'
0_0_17932236_23774.cpp:53:54: note: previous declaration '<typeprefixerror>Min'
ans=Min(ans,nn+tt+Min(q,abs(bit[tt]-temp)-tot));
^
0_0_17932236_23774.cpp: In function 'int main()':
0_0_17932236_23774.cpp:72:16: error: 'sclld' was not declared in this scope
sclld(p);
^
0_0_17932236_23774.cpp:80:13: error: 'oo' was not declared in this scope
ans=oo;
^
0_0_17932236_23774.cpp:83:18: error: 'ptlld' was not declared in this scope
ptlld(ans);
^
|