gw.cpp: In function 'int main()':
gw.cpp:11:32: error: expected initializer before '.' token
11 | map<long long,long long> sa.cmp;
| ^
gw.cpp:15:9: error: 'sa' was not declared in this scope
15 | sa[x]++;
| ^~
gw.cpp:18:16: error: 'sa' was not declared in this scope
18 | for(auto i:sa){
| ^~
gw.cpp:19:9: error: 'cmp' was not declared in this scope; did you mean 'bcmp'?
19 | cmp[i.first] = z++;
| ^~~
| bcmp
gw.cpp:22:21: error: 'cmp' was not declared in this scope; did you mean 'bcmp'?
22 | v.push_back(cmp[w[i]]*2);
| ^~~
| bcmp