0_0_37689854_169.cpp: In instantiation of 'solve()::<lambda(auto:1, long long int, long long int, bool)> [with auto:1 = solve()::<lambda(auto:1, long long int, long long int, bool)>]':
0_0_37689854_169.cpp:100:39: required from here
0_0_37689854_169.cpp:86:30: error: 'f' was not declared in this scope
if (lim == false && f[len][sta]) {
^
0_0_37689854_169.cpp:96:10: error: 'f' was not declared in this scope
f[len][sta] = res;
^
|