Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Language: C++

    Test suit missing the required header std::string

  • Custom User Avatar

    I got it, what should i do? (C++)

    UndefinedBehaviorSanitizer:DEADLYSIGNAL
    ==1==ERROR: UndefinedBehaviorSanitizer: stack-overflow on address 0x7fffbca4a000 (pc 0x000000425520 bp 0x7fffbca490e8 sp 0x7fffbca48bf0 T1)
    ==1==WARNING: invalid path to external symbolizer!
    ==1==WARNING: Failed to use and restart external symbolizer!
    #0 0x42551f (/workspace/test+0x42551f)
    #1 0x428149 (/workspace/test+0x428149)
    #2 0x4269ce (/workspace/test+0x4269ce)
    #3 0x426523 (/workspace/test+0x426523)
    #4 0x4260fb (/workspace/test+0x4260fb)
    #5 0x42ab15 (/workspace/test+0x42ab15)
    #6 0x42577d (/workspace/test+0x42577d)
    #7 0x7fe13021abf6 (/lib/x86_64-linux-gnu/libc.so.6+0x21bf6)
    #8 0x404569 (/workspace/test+0x404569)

    ==1==ABORTING

  • Custom User Avatar
    • Node 18 should be enabled (Refer this and this for more info)

    • Python new test framework should be used (Refer this & this for more detail)

    • Ruby 3.0 should be enabled (Refer this & this for more detail)