0_0_38780215_12844.cpp:24:1: error: 'unordered_map' does not name a type
24 | unordered_map<ll,int> umap;
| ^~~~~~~~~~~~~
0_0_38780215_12844.cpp: In function 'void Add(int, int, ll)':
0_0_38780215_12844.cpp:84:9: error: 'umap' was not declared in this scope; did you mean 'mp'?
84 | if(!umap.count(mk(sum,S))) umap[mk(sum,S)]=st[now].size(),st[now].push_back({sum,S}),dp[now].push_back({V});
| ^~~~
| mp
0_0_38780215_12844.cpp: In function 'void solve()':
0_0_38780215_12844.cpp:105:9: error: 'umap' was not declared in this scope; did you mean 'mp'?
105 | umap.clear();
| ^~~~
| mp
|