prog.c: In function ‘main’:
prog.c:8: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result
prog.c:10: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result
prog.c:13: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result
prog.c:15: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result
prog.c:19: warning: ignoring return value of ‘gets’, declared with attribute warn_unused_result
In function ‘gets’,
inlined from ‘main’ at prog.c:19:
/usr/include/bits/stdio2.h:230: warning: call to ‘__gets_warn’ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size
/home/avR0LJ/ccppBOOj.o: In function `main':
prog.c:(.text+0xbe): warning: the `gets' function is dangerous and should not be used.
prog.c:(.text+0x3f): warning: the `gets' function is dangerous and should not be used.