0_0_35394249_1381.cpp:48:1: error: 'PIIL' does not name a type
PIIL e[N];
^
0_0_35394249_1381.cpp: In function 'void solve()':
0_0_35394249_1381.cpp:87:9: error: 'e' was not declared in this scope
e[i]={a,{b,c}};
^
0_0_35394249_1381.cpp:109:15: error: 'e' was not declared in this scope
int a=e[i].fi,b=e[i].se.fi,c=e[i].se.se;
^
0_0_35394249_1381.cpp:110:22: error: invalid types 'LL [40] {aka long long int [40]}[int [2000010]]' for array subscript
if(c==d1[a][b]){
^
0_0_35394249_1381.cpp:111:20: error: invalid types 'int [40][int [2000010]]' for array subscript
c1[a][b]--;
^
0_0_35394249_1381.cpp:112:17: error: invalid types 'int [40][40][int [2000010]]' for array subscript
c1[b][a]--;
^
0_0_35394249_1381.cpp:115:22: error: invalid types 'LL [40] {aka long long int [40]}[int [2000010]]' for array subscript
if(c==d1[a][b]){
^
0_0_35394249_1381.cpp:116:20: error: invalid types 'int [40][int [2000010]]' for array subscript
c1[a][b]++;
^
0_0_35394249_1381.cpp:117:17: error: invalid types 'int [40][40][int [2000010]]' for array subscript
c1[b][a]++;
^
|