dv.jakhar's blog

By dv.jakhar, 3 years ago, In English

Hello, I am curious to know if you try to prove observations you make for a problem during the ongoing contest or you are like "I think this can be done this way"...??

Full text and comments »

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

By dv.jakhar, history, 4 years ago, In English

Hello codeforces, hope you all are safe! I wanna suggest a new feature to be added to codeforces. I want to have an individual discussion for every single problem, like leetcode and some other sites. It will be beneficial for us if you can implement it MikeMirzayanov. Sometimes I feel difficulty in understanding the editorial and in that case, I go for watching someone's solution and it goes above my head. Any thoughts?

Full text and comments »

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

By dv.jakhar, history, 4 years ago, In English

Hello codeforces here is my code for C1 Prefix Flip(Easy Version) and when I submit it, I get Memory limit exceeded on test 2. Can you help me finding why it is so? as I can't find. Please see my code it doesn't have so many macros, so you get confused. Thanks, I love this community.

Full text and comments »

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

By dv.jakhar, history, 4 years ago, In English

Hello, Today I was solving this problem and here is my submission but when I submitted it, I got the compiler message like this: **Diagnostics detected issues [cpp.g++17-drmemory]: Dr,2020-04-26.M Dr. Memory version 1.11.0

Dr,2020-04-26.M Running "program.exe"

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

C:/Programs/mingw-w64-7/lib/gcc/i686-w64-mingw32/7.3.0/include/c++/bits/stl_algo.h:2254:

Error: elements in iterator range [__first, __last) are not partitioned by

the value __val.

Objects involved in the operation:

iterator "__first" @ 0x1059DF00 {

  type = long long* (mutable iterator);

}

iterator "__last" @ 0x1059DF04 {

  type = long long* (mutable iterator);

}

Dr,2020-04-26.M

Dr,2020-04-26.M NO ERRORS FOUND:

Dr,2020-04-26.M 0 unique, 0 total unaddressable access(es)

Dr,2020-04-26.M 0 unique, 0 total uninitialized access(es)

Dr,2020-04-26.M 0 unique, 0 total invalid heap argument(s)

Dr,2020-04-26.M 0 unique, 0 total GDI usage error(s)

Dr,2020-04-26.M 0 unique, 0 total handle leak(s)

Dr,2020-04-26.M 0 unique, 0 total warning(s)

Dr,2020-04-26.M 0 unique, 0 total, 0 byte(s) of leak(s)

Dr,2020-04-26.M 0 unique, 0 total, 0 byte(s) of possible leak(s)

Dr,2020-04-26.M ERRORS IGNORED:

Dr,2020-04-26.M 2 potential error(s) (suspected false positives)

Dr,2020-04-26.M (details: K:\invoker-prod\work\codeforces6\433d99ff3f1a802c0c41f744f0825892\check-c9231dff3cc089f95bcb7dd1a28fde04\run\DrMemory-program.exe.3124.000\potential_errors.txt)

Dr,2020-04-26.M 16 unique, 16 total, 28048 byte(s) of still-reachable allocation(s)

Dr,2020-04-26.M (re-run with "-show_reachable" for details)

Dr,2020-04-26.M Details: K:\invoker-prod\work\codeforces6\433d99ff3f1a802c0c41f744f0825892\check-c9231dff3cc089f95bcb7dd1a28fde04\run\DrMemory-program.exe.3124.000\results.txt

Dr,2020-04-26.M WARNING: application exited with abnormal code 0x3** Can someone list out the common cases of error due to this happens? Thanks!

Full text and comments »

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