Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:6: warning: 'g' may be used uninitialized in this function [-Wmaybe-uninitialized]
t+=g;
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:6: warning: 'g' may be used uninitialized in this function [-Wmaybe-uninitialized]
t+=g;
^