0_0_13132842_10600.cpp: In function 'LL query(Point&)':
0_0_13132842_10600.cpp:89:13: error: 'cnt' was not declared in this scope
for(j=l-1, cnt=32; cnt-- && j>=0;j--) {
^
0_0_13132842_10600.cpp:91:2: error: expected ';' before '}' token
}
^
0_0_13132842_10600.cpp:92:11: error: 'cnt' was not declared in this scope
for(j=r, cnt=32; cnt-- && j<n;j++) {
^
0_0_13132842_10600.cpp:94:2: error: expected ';' before '}' token
}
^
|