0_0_32499381_32690.cpp: In member function 'bool st::operator<(const st&) const':
0_0_32499381_32690.cpp:37:24: error: 'v' was not declared in this scope
if(ds == r.ds)return v>o.v;
^
0_0_32499381_32690.cpp:37:26: error: 'o' was not declared in this scope
if(ds == r.ds)return v>o.v;
^
|