Блог пользователя naivedyam

Автор naivedyam, история, 10 часов назад, По-английски

My solution to 1207E - XOR Guessing which is 292757488 is giving incorrect query format and I am unable to figure out why. I have ensured that all the numbers I generate have no less than 14 digit binary representation. Can someone help me figure out?

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
9 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

You don't have a space when outputting the answer

    cout<<"!"<<bitstring_to_int(ans)<<endl;