/in/foo.cc: In member function 'BIG BIG::operator/(const BIG&)':
/in/foo.cc:57:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
B.len= le;
~~~~~^~~~
/in/foo.cc:50:7: note: 'le' was declared here
int le;
^~
/in/foo.cc:114:8: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
B.len=ll;
~~~~~^~~
/in/foo.cc:101:7: note: 'll' was declared here
int ll;
^~
/in/foo.cc:57:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
B.len= le;
~~~~~^~~~
/in/foo.cc:50:7: note: 'le' was declared here
int le;
^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:114:8: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
B.len=ll;
~~~~~^~~
/in/foo.cc:101:7: note: 'll' was declared here
int ll;
^~
/in/foo.cc:57:8: warning: 'le' may be used uninitialized in this function [-Wmaybe-uninitialized]
B.len= le;
~~~~~^~~~
/in/foo.cc:50:7: note: 'le' was declared here
int le;
^~