0_0_30452593_6248.cpp: In function 'int main()':
0_0_30452593_6248.cpp:74:61: error: expected ')' before ';' token
printf("%lld\n",(r-l+1)*(r-l)/2-query(1,1,n,L,r);-(L-l-1)*(L-l)/2);
^
0_0_30452593_6248.cpp:74:78: error: expected ';' before ')' token
printf("%lld\n",(r-l+1)*(r-l)/2-query(1,1,n,L,r);-(L-l-1)*(L-l)/2);
^
|