Borderou de evaluare (job #2927974)

Utilizator AdrianRosuRosu Adrian Andrei AdrianRosu Data 21 octombrie 2022 22:03:20
Problema Logic Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 40

Raport evaluator

Compilare: main.cpp: In function 'bool or1(char*)': main.cpp:13:10: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 13 | if(i >= strlen(row)) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'bool xor1(char*)': main.cpp:23:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 23 | if(i >= strlen(row)) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'bool and1(char*)': main.cpp:33:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 33 | if(i >= strlen(row)) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'bool termen(char*)': main.cpp:43:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 43 | if(i >= strlen(row)) | ~~^~~~~~~~~~~~~~ main.cpp: In function 'bool Solve()': main.cpp:89:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 89 | for(int i=0;i<strlen(x);i++) | ~^~~~~~~~~~ main.cpp:92:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 92 | for(int i=0;i<strlen(y);i++) | ~^~~~~~~~~~ main.cpp:92:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 92 | for(int i=0;i<strlen(y);i++) | ^~~ main.cpp:95:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 95 | for(i=1;i<=26;i++) | ^~~ main.cpp:98:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 98 | for(int i=1;i<=26;i++) | ^~~ main.cpp:103:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 103 | AreEqual = 1; | ^~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms184kbOK10
210ms184kbOK10
397ms184kbOK10
4102ms184kbTime limit exceeded0
5101ms184kbTime limit exceeded0
6101ms184kbTime limit exceeded0
7105ms184kbTime limit exceeded0
80ms184kbOK10
9100ms184kbTime limit exceeded0
10101ms184kbTime limit exceeded0
Punctaj total40

Ceva nu functioneaza?