timovi.cpp:21:1: error: 'l' does not name a type
l ret[maxn];
^
timovi.cpp: In function 'int main(int, const char**)':
timovi.cpp:32:9: error: 'ret' was not declared in this scope
ret[i] = full * k;
^~~
timovi.cpp:32:9: note: suggested alternative: 'drem'
ret[i] = full * k;
^~~
drem
timovi.cpp:35:9: error: 'ret' was not declared in this scope
ret[i] += k;
^~~
timovi.cpp:35:9: note: suggested alternative: 'drem'
ret[i] += k;
^~~
drem
timovi.cpp:37:5: error: 'ret' was not declared in this scope
ret[rem_groups + 1] += rem_children;
^~~
timovi.cpp:37:5: note: suggested alternative: 'drem'
ret[rem_groups + 1] += rem_children;
^~~
drem