0_0_32835814_6044.cpp:8:18: error: 'cout' does not name a type
int st[maxn][30];cout
^
0_0_32835814_6044.cpp:11:2: error: 'Q' does not name a type
}Q[maxn];
^
0_0_32835814_6044.cpp:17:9: error: 'Node' was not declared in this scope
int cmp(Node x, Node y)
^
0_0_32835814_6044.cpp:17:17: error: 'Node' was not declared in this scope
int cmp(Node x, Node y)
^
0_0_32835814_6044.cpp:17:23: error: expression list treated as compound expression in initializer [-fpermissive]
int cmp(Node x, Node y)
^
0_0_32835814_6044.cpp:18:1: error: expected ',' or ';' before '{' token
{
^
0_0_32835814_6044.cpp: In function 'int main()':
0_0_32835814_6044.cpp:134:31: error: 'Q' was not declared in this scope
scanf("%lld%lld",&Q[i].l,&Q[i].r);
^
0_0_32835814_6044.cpp:142:14: error: 'Q' was not declared in this scope
sort(Q+1,Q+1+m,cmp);
^
|