Pagini recente » Borderou de evaluare (job #574889) | Borderou de evaluare (job #980919) | Borderou de evaluare (job #1968199) | Borderou de evaluare (job #1046157) | Borderou de evaluare (job #1241845)
Borderou de evaluare (job #1241845)
Raport evaluator
Compilare:
user.cpp: In constructor ‘Node::Node(int&)’:
user.cpp:49:40: warning: passing NULL to non-pointer argument 2 of ‘void* memset(void*, int, size_t)’ [-Wconversion-null]
memset(sons, NULL, sizeof(sons));
^
user.cpp: In function ‘void Insert(const string&, const int&)’:
user.cpp:71:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0 ; i < s.size() ; ++ i) {
^
user.cpp: In function ‘void BFs()’:
user.cpp:84:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0 ; j < Q.size() ; ++ j) {
^
user.cpp: In function ‘int main()’:
user.cpp:116:32: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen(infile, "r", stdin);
^
user.cpp:117:34: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen(outfile, "w", stdout);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2480ms | 828kb | OK | 100 |
Punctaj total | 100 |