Borderou de evaluare (job #2927975)

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

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:26:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 26 | while(row[i] == '^' && 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:36:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 36 | while(row[i] == '&' && 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:47:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 47 | while(row[i] == '~' && i < strlen(row)){ | ~~^~~~~~~~~~~~~ main.cpp:51:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 51 | if(row[i] == '(' && i < strlen(row)){ | ~~^~~~~~~~~~~~~ main.cpp:59:48: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 59 | else if(row[i] >= 'a' && row[i] <= 'z' && 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:104:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 104 | AreEqual = 1; | ^~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms184kbOK10
211ms184kbOK10
3105ms184kbTime limit exceeded0
4105ms184kbTime limit exceeded0
5105ms184kbTime limit exceeded0
6105ms184kbTime limit exceeded0
7105ms184kbTime limit exceeded0
80ms184kbOK10
9104ms184kbTime limit exceeded0
10100ms184kbTime limit exceeded0
Punctaj total30

Ceva nu functioneaza?