|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ultima problemă
grupă: mică
sursă: OMI 2016 ultimul articol
autor: Prof. Radu Vişinescu
ultimul software
autor: Prof. Emanuela Cerchez
|
Sursa 548426
Mesaj evaluator:
bitslang.cpp: In function 'int main()':
bitslang.cpp:19: warning: comparison between signed and unsigned integer expressions
bitslang.cpp:37: warning: comparison between signed and unsigned integer expressions
bitslang.cpp:41: warning: comparison between signed and unsigned integer expressions
bitslang.cpp:48: warning: comparison between signed and unsigned integer expressions
bitslang.cpp:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result
bitslang.cpp:13: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result
bitslang.cpp:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result
bitslang.cpp:15: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result
bitslang.cpp:16: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result
In file included from /usr/include/stdio.h:910,
from /usr/include/c++/4.4/cstdio:45,
from bitslang.cpp:1:
In function 'char* gets(char*)',
inlined from 'int main()' at bitslang.cpp:15:
/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
/tmp/ccUIpQSj.o: In function `main':
bitslang.cpp:(.text+0x97): warning: the `gets' function is dangerous and should not be used.
bitslang.cpp:(.text+0xc0): warning: the `gets' function is dangerous and should not be used.
Teste de evaluare:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ajutor |