lang.cpp:11:34: error: template argument 1 is invalid
set<pair<int,pair<int,int> > F[56];
^
lang.cpp:11:34: error: template argument 2 is invalid
lang.cpp:11:34: error: template argument 3 is invalid
lang.cpp: In function 'void excerpt(int*)':
lang.cpp:23:18: error: 'F' was not declared in this scope
if (j < 98 && F[i].find({E[j],{E[j+1],E[j+2]} }) != F[i].end() ) ;
^
lang.cpp:23:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (j < 98 && F[i].find({E[j],{E[j+1],E[j+2]} }) != F[i].end() ) ;
^~
lang.cpp:24:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
A[i] += 100;
^
lang.cpp:38:15: error: 'F' was not declared in this scope
if (i < 98) F[d].insert({E[i],{E[i+1],E[i+2]} });
^