Problem 570-D

Правка en1, от Abhibansal53, 2015-08-19 14:23:46

Can anybody please explain me the following part of this Solution:- int t = H[h][l].second ^ H[h][r].second; bool ok = t — (t & -t); if(!ok) printf("Yes\n"); else printf("No\n");

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Abhibansal53 2015-08-19 14:23:46 272 Initial revision (published)