HDU 5726

#include
using namespace std;
int i,j,n,q,x,y,t,k,ans,sum,a[100000][20];
mapmp;
int rmq(int l,int r){
    int c=log10(r-l+1)/log10(2);
    return __gcd(a[l][c],a[r-(1<


你可能感兴趣的:(RMQ)