Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Language: C++
Test suit missing the required header
std::string
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
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)