Pagini recente » Borderou de evaluare (job #2983328) | Borderou de evaluare (job #3205869) | Borderou de evaluare (job #3141699) | Borderou de evaluare (job #3207100) | Borderou de evaluare (job #2927978)
Borderou de evaluare (job #2927978)
Raport evaluator
Compilare:
main.cpp: In function 'bool termen(char*)':
main.cpp:10:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
10 | if(i >= strlen(row))
| ~~^~~~~~~~~~~~~~
main.cpp:14:30: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
14 | while(row[i] == '~' && i < strlen(row)){
| ~~^~~~~~~~~~~~~
main.cpp:18:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
18 | if(row[i] == '(' && i < strlen(row)){
| ~~^~~~~~~~~~~~~
main.cpp:26:48: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
26 | else if(row[i] >= 'a' && row[i] <= 'z' && i < strlen(row)){
| ~~^~~~~~~~~~~~~
main.cpp: In function 'bool and1(char*)':
main.cpp:35:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
35 | if(i >= strlen(row))
| ~~^~~~~~~~~~~~~~
main.cpp:38:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
38 | while(row[i] == '&' && i < strlen(row)){
| ~~^~~~~~~~~~~~~
main.cpp: In function 'bool xor1(char*)':
main.cpp:45:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
45 | if(i >= strlen(row))
| ~~^~~~~~~~~~~~~~
main.cpp:48:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
48 | while(row[i] == '^' && i < strlen(row)){
| ~~^~~~~~~~~~~~~
main.cpp: In function 'bool or1(char*)':
main.cpp:55:10: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
55 | if(i >= strlen(row))
| ~~^~~~~~~~~~~~~~
main.cpp: In function 'bool Solve()':
main.cpp:86:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
86 | for(int i=0;i<strlen(x);i++)
| ~^~~~~~~~~~
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(y);i++)
| ~^~~~~~~~~~
main.cpp:89:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
89 | for(int i=0;i<strlen(y);i++)
| ^~~
main.cpp:92:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
92 | for(i=1;i<=26;i++)
| ^~~
main.cpp:95:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
95 | for(int i=1;i<=26;i++)
| ^~~
main.cpp:101:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
101 | AreEqual = 1;
| ^~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 184kb | OK | 10 |
2 | 13ms | 184kb | OK | 10 |
3 | 103ms | 184kb | Time limit exceeded | 0 |
4 | 103ms | 184kb | Time limit exceeded | 0 |
5 | 101ms | 184kb | Time limit exceeded | 0 |
6 | 101ms | 184kb | Time limit exceeded | 0 |
7 | 102ms | 184kb | Time limit exceeded | 0 |
8 | 0ms | 184kb | OK | 10 |
9 | 101ms | 184kb | Time limit exceeded | 0 |
10 | 101ms | 184kb | Time limit exceeded | 0 |
Punctaj total | 30 |