Problem winter
User JustKitkat
Submission Time 2024-12-21 23:09:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

winter.cpp: In function ‘void solve(long long int)’:
winter.cpp:145:18: error: expected unqualified-id before ‘>’ token
145 | umap<int, int>>ss[200005];
| ^~
winter.cpp:153:13: error: ‘ss’ was not declared in this scope
153 | ss[x[1]][x[2]]=x[0];
| ^~
winter.cpp:161:12: error: ‘ss’ was not declared in this scope
161 | if(ss[v1].count(v2))cout<<total-ss[v1][v2]+back[i][0];
| ^~