closing.cpp: In function 'int max_score(int, int, int, ll, std::vector<int>, std::vector<int>, std::vector<int>)':
closing.cpp:38:28: error: 'r1' was not declared in this scope; did you mean 'r'?
38 | ans = max(ans, r1 - l1 + 1 + r2 - l2 + 1);
| ^~
| r
closing.cpp:38:33: error: 'l1' was not declared in this scope; did you mean 'l'?
38 | ans = max(ans, r1 - l1 + 1 + r2 - l2 + 1);
| ^~
| l
closing.cpp:38:42: error: 'r2' was not declared in this scope; did you mean 'r'?
38 | ans = max(ans, r1 - l1 + 1 + r2 - l2 + 1);
| ^~
| r
closing.cpp:38:47: error: 'l2' was not declared in this scope; did you mean 'l'?
38 | ans = max(ans, r1 - l1 + 1 + r2 - l2 + 1);
| ^~
| l