0_0_39424559_6767.cpp: In function 'int main()':
0_0_39424559_6767.cpp:21:17: error: 'ans' was not declared in this scope; did you mean 'abs'?
21 | ans+=i;
| ^~~
| abs
0_0_39424559_6767.cpp:23:17: error: 'ans' was not declared in this scope; did you mean 'abs'?
23 | ans+=2*i;
| ^~~
| abs
0_0_39424559_6767.cpp:25:15: error: 'ans' was not declared in this scope; did you mean 'abs'?
25 | mp[i]=ans;
| ^~~
| abs
|