0_0_37486190_14777.cpp: In function 'll pow_mod(ll, ll)':
0_0_37486190_14777.cpp:17:5: error: 'mad' was not declared in this scope
a%=mad;
^
0_0_37486190_14777.cpp:19:9: error: 'is' was not declared in this scope
is(n&1){
^
0_0_37486190_14777.cpp: At global scope:
0_0_37486190_14777.cpp:30:19: error: expected ')' before '{' token
void(pushup(int p){
^
0_0_37486190_14777.cpp: In function 'void build(int, int, int)':
0_0_37486190_14777.cpp:53:10: error: 'pushup' was not declared in this scope
pushup(p);
^
0_0_37486190_14777.cpp: In function 'void update(int, int, int)':
0_0_37486190_14777.cpp:65:10: error: 'pushup' was not declared in this scope
pushup(p);
^
0_0_37486190_14777.cpp: At global scope:
0_0_37486190_14777.cpp:68:16: error: 'intl' has not been declared
ll query(int p,intl,int l){
^
0_0_37486190_14777.cpp: In function 'll query(int, int, int)':
0_0_37486190_14777.cpp:76:9: error: 'ans' was not declared in this scope
return ans;
^
0_0_37486190_14777.cpp: In function 'int main()':
0_0_37486190_14777.cpp:89:9: error: 'p' was not declared in this scope
cin>>p>>l>>r;
^
|