LC 98. Validate Binary Search Tree
https://leetcode.com/problems/validate-binary-search-tree/description/?envType=study-plan-v2&envId=top-interview-150
typedef long long ll;
class Solution {
public:
bool dfs(TreeNode* cur, ll l, ll