Pagini recente » Borderou de evaluare (job #1314021) | Borderou de evaluare (job #1293195) | Borderou de evaluare (job #3250530) | Borderou de evaluare (job #2745706) | Borderou de evaluare (job #2467230)
Borderou de evaluare (job #2467230)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:38:39: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(x&(1<<bit) == 0 && a[i][k]&(1<<bit) == 0)
~~~~~~~~~^~~~
main.cpp:38:64: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(x&(1<<bit) == 0 && a[i][k]&(1<<bit) == 0)
~~~~~~~~~^~~~
main.cpp:41:43: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(x&(1<<bit) != 0 && a[i][k]&(1<<bit) == 0)
~~~~~~~~~^~~~
main.cpp:41:68: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(x&(1<<bit) != 0 && a[i][k]&(1<<bit) == 0)
~~~~~~~~~^~~~
main.cpp:44:47: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(x&(1<<bit) == 0 && a[i][k]&(1<<bit) != 0)
~~~~~~~~~^~~~
main.cpp:44:72: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(x&(1<<bit) == 0 && a[i][k]&(1<<bit) != 0)
~~~~~~~~~^~~~
main.cpp:50:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int t = 0; t < l.size(); t++)
~~^~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 329ms | 262kb | Incorect | 0 |
Punctaj total | 0 |