lang.cpp: In function 'void excerpt(int*)':
lang.cpp:27:12: error: expected ';' before 'score'
27 | mp score = mp(0, 0);
| ^~~~~
lang.cpp:27:28: error: statement cannot resolve address of overloaded function
27 | mp score = mp(0, 0);
| ^
lang.cpp:28:26: error: 'score' was not declared in this scope
28 | for (int x : st) score.fi += in[i][x];
| ^~~~~
lang.cpp:29:39: error: 'score' was not declared in this scope
29 | for (int j = 0; j < 100; ++j) score.se += cnt[i][E[j]];
| ^~~~~
lang.cpp:30:13: error: 'score' was not declared in this scope
30 | if (score > mx) id = i, mx = score;
| ^~~~~