prog.cpp: In member function 'void Sol::Test()':
prog.cpp:4:5: error: 'cin' was not declared in this scope
cin>>n;
^
prog.cpp:5:5: error: 'VVI' was not declared in this scope
VVI slo(n + 2);
^
prog.cpp:6:5: error: 'VI' was not declared in this scope
VI pars(n + 2);
^
prog.cpp:7:10: error: 'i' was not declared in this scope
FOR (i, 2, n) {
^
prog.cpp:7:17: error: 'FOR' was not declared in this scope
FOR (i, 2, n) {
^
prog.cpp:14:5: error: 'LCA' was not declared in this scope
LCA lca(slo);
^
prog.cpp:15:5: error: 'HLDSum' was not declared in this scope
HLDSum hld(slo, n, false);
^
prog.cpp:18:10: error: '_' was not declared in this scope
REP (_, q) {
^
prog.cpp:18:14: error: 'REP' was not declared in this scope
REP (_, q) {
^