0_0_36494747_27936.cpp:1:1: error: stray '\357' in program
ï»?include<bits/stdc++.h>
^
0_0_36494747_27936.cpp:1:1: error: stray '\273' in program
0_0_36494747_27936.cpp:1:3: error: expected unqualified-id before '?' token
ï»?include<bits/stdc++.h>
^
0_0_36494747_27936.cpp:7:1: error: 'vector' does not name a type
vector<int>e[N];
^
0_0_36494747_27936.cpp: In function 'int query(int, int, int, int, int, int)':
0_0_36494747_27936.cpp:45:85: error: 'min' was not declared in this scope
else return min(query(f, ls, l, mid, L, mid), query(f, rs, mid + 1, r, mid + 1, R));
^
0_0_36494747_27936.cpp: In function 'int main()':
0_0_36494747_27936.cpp:50:16: error: 'scanf' was not declared in this scope
scanf("%d", &T);
^
0_0_36494747_27936.cpp:54:31: error: 'e' was not declared in this scope
for (int i = 1; i <= n; ++i)e[i].clear();
^
0_0_36494747_27936.cpp:62:4: error: 'e' was not declared in this scope
e[x].push_back(y);
^
0_0_36494747_27936.cpp:68:9: error: 'e' was not declared in this scope
sort(e[x].begin(), e[x].end());
^
0_0_36494747_27936.cpp:68:33: error: 'sort' was not declared in this scope
sort(e[x].begin(), e[x].end());
^
0_0_36494747_27936.cpp:83:23: error: 'printf' was not declared in this scope
printf("%lld\n", ans);
^
|