0_0_38752643_21720.cpp: In function 'int main()':
0_0_38752643_21720.cpp:10:16: error: expected unqualified-id before 'int'
10 | int n, int q;
| ^~~
0_0_38752643_21720.cpp:11:21: error: 'q' was not declared in this scope
11 | cin >> n >> q;
| ^
0_0_38752643_21720.cpp:28:40: error: expected ';' before 'x'
28 | scanf("%d%d%d", &x, &l, &y)
| ^
| ;
29 | x = p[x][0];
| ~
|