/in/p1.cpp: In function 'int if_re_num(int)':
/in/p1.cpp:140:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (sub_n_strs < n_str.size())
~~~~~~~~~~~^~~~~~~~~~~~~~
/in/p1.cpp: In function 'int fibo(int)':
/in/p1.cpp:84:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/in/p1.cpp: In function 'int main()':
/in/p1.cpp:59:10: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
else if (result == 0)
^~