0_0_39785254_2484.cpp: In function 'int main()':
0_0_39785254_2484.cpp:25:15: error: 'neg' was not declared in this scope
25 | cout<<neg<<" "<<zero<<" "<<pos<<" "<<endl;
| ^~~
0_0_39785254_2484.cpp:25:25: error: 'zero' was not declared in this scope
25 | cout<<neg<<" "<<zero<<" "<<pos<<" "<<endl;
| ^~~~
0_0_39785254_2484.cpp:25:36: error: 'pos' was not declared in this scope
25 | cout<<neg<<" "<<zero<<" "<<pos<<" "<<endl;
| ^~~
|