0_0_39457490_15370.cpp: In function 'int main()':
0_0_39457490_15370.cpp:44:17: error: 'ans' was not declared in this scope; did you mean 'abs'?
44 | ans = m + 5;
| ^~~
| abs
0_0_39457490_15370.cpp:46:17: error: 'ans' was not declared in this scope; did you mean 'abs'?
46 | cout << ans << endl;
| ^~~
| abs
|