cyber_simar's blog

By cyber_simar, history, 4 hours ago, In English

Given an array A of length n(n≤105, ai<250), divide it into two subsequences X and Y such that (x1|x2...) ⊕ (y1|y2...) is maximum. Print the maximum OR(X) ⊕ OR(Y).

Any help would be appreciated. Thanks!

Full text and comments »

  • Vote: I like it
  • +3
  • Vote: I do not like it

By cyber_simar, history, 8 days ago, In English

Hello! This code is working fine locally, so I don't know why it's giving me the Exit code is 1 Runtime Error. Can anyone take a look? Thank you. The submission

Full text and comments »

  • Vote: I like it
  • -1
  • Vote: I do not like it