Compiler output
prog.cpp: In function 'int main()':
prog.cpp:24:1: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
gets (sir + 1), N = strlen (sir + 1);
^
prog.cpp:24:14: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
gets (sir + 1), N = strlen (sir + 1);
^
/tmp/ccTRu5XW.o: In function `main':
prog.cpp:(.text.startup+0xe): warning: the `gets' function is dangerous and should not be used.