0_0_37063334_25394.cpp: In function 'int main()':
0_0_37063334_25394.cpp:187:19: error: 'r' was not declared in this scope
while(r > tt[i].r)
^
0_0_37063334_25394.cpp:187:26: error: 'i' was not declared in this scope
while(r > tt[i].r)
^
0_0_37063334_25394.cpp:189:22: error: 'l' was not declared in this scope
rdel(l, r--);
^
0_0_37063334_25394.cpp:191:20: error: 'i' was not declared in this scope
ans[tt[i].id] = res;
^
0_0_37063334_25394.cpp: At global scope:
0_0_37063334_25394.cpp:192:11: error: expected unqualified-id before '/' token
}*/
^
0_0_37063334_25394.cpp:192:11: error: expected constructor, destructor, or type conversion before '/' token
0_0_37063334_25394.cpp:194:15: error: 'i' does not name a type
for(int i=1;i<=m;i++)
^
0_0_37063334_25394.cpp:194:20: error: 'i' does not name a type
for(int i=1;i<=m;i++)
^
0_0_37063334_25394.cpp:206:3: error: expected unqualified-id before 'for'
for(int i=1;i<=m;i++) printf("%lld\n",ans[i]);
^
0_0_37063334_25394.cpp:206:15: error: 'i' does not name a type
for(int i=1;i<=m;i++) printf("%lld\n",ans[i]);
^
0_0_37063334_25394.cpp:206:20: error: 'i' does not name a type
for(int i=1;i<=m;i++) printf("%lld\n",ans[i]);
^
0_0_37063334_25394.cpp:207:2: error: expected declaration before '}' token
}
^
|