Pagini recente » Borderou de evaluare (job #2941675) | Borderou de evaluare (job #2928216) | Borderou de evaluare (job #2902308) | Borderou de evaluare (job #2933325) | Borderou de evaluare (job #2927976)
Borderou de evaluare (job #2927976)
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 |
1 | 1ms | 184kb | OK | 10 |
2 | 12ms | 184kb | OK | 10 |
3 | 102ms | 184kb | Time limit exceeded | 0 |
4 | 103ms | 184kb | Time limit exceeded | 0 |
5 | 103ms | 184kb | Time limit exceeded | 0 |
6 | 102ms | 184kb | Time limit exceeded | 0 |
7 | 102ms | 184kb | Time limit exceeded | 0 |
8 | 0ms | 184kb | OK | 10 |
9 | 105ms | 184kb | Time limit exceeded | 0 |
10 | 105ms | 184kb | Time limit exceeded | 0 |
Punctaj total | 30 |