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

Автор darkcry, история, 4 года назад, По-английски

So i am solving a question named verse for santa of educational codeforces round 79. I have written my code using binary search https://codeforces.net/contest/1279/submission/79356510 The problem is for the testcases give in the question my code is giving the correct answer on my system(I code on jdoodle Online C++ 14 Compiler IDE), but giving different answer when i am submitting it to codeforces. Please help!

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

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

Did you consider different sizes of data types on your system and codeforces?

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

I guess your variable 'ma' has not been assigned yet.

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

Same problem for me in this submission: 134321653. When I build and run this code in geany on ubuntu I get correct output, but when I submit it on codeforces it looks like I didn't output anything.

»
6 месяцев назад, # |
Rev. 2   Проголосовать: нравится -11 Проголосовать: не нравится

hey, I am also getting the same issue in Codeforces Round 944 (Div. 4), for Eth problem on 21th testcase I am getting wrong output but when I run it on some other compiler for the same testcases it shows correct output, this is my submission 260484076

please help

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

same shit bro, i already write blog about it some time ago, and not one gived clear solution