0_0_39785341_23037.cpp: In function 'int main()':
0_0_39785341_23037.cpp:118:39: error: 'ans1' was not declared in this scope; did you mean 'ans'?
118 | cout << function[name[ans1].idx].content << endl;
| ^~~~
| ans
0_0_39785341_23037.cpp:124:9: error: expected '}' before 'else'
124 | else
| ^~~~
0_0_39785341_23037.cpp:114:9: note: to match this '{'
114 | {
| ^
0_0_39785341_23037.cpp:129:48: error: 'ans2' was not declared in this scope; did you mean 'ans'?
129 | int len = strlen(name[function[ans2].idx].content);
| ^~~~
| ans
|