I'm passing all the test cases, but when I go to click Attempt I get this error I've never seen before. Anybody have any idea what I might be doing wrong? (This is in C++ btw.)
UndefinedBehaviorSanitizer:DEADLYSIGNAL
==1==ERROR: UndefinedBehaviorSanitizer: FPE on unknown address 0x000000427e77 (pc 0x000000427e77 bp 0x7ffe78df1c10 sp 0x7ffe78df1750 T1)
==1==WARNING: invalid path to external symbolizer!
==1==WARNING: Failed to use and restart external symbolizer!
#0 0x427e76 (/workspace/test+0x427e76)
#1 0x42672e (/workspace/test+0x42672e)
#2 0x4260fd (/workspace/test+0x4260fd)
#3 0x425deb (/workspace/test+0x425deb)
#4 0x42a8f5 (/workspace/test+0x42a8f5)
#5 0x4255dd (/workspace/test+0x4255dd)
#6 0x7f0401267bf6 (/lib/x86_64-linux-gnu/libc.so.6+0x21bf6)
#7 0x404529 (/workspace/test+0x404529)
UndefinedBehaviorSanitizer can not provide additional info.
==1==ABORTING
FPE on ...
suggests that you have an arithmetic error somewhere, possibly division by 0.I'm passing all the test cases, but when I go to click Attempt I get this error I've never seen before. Anybody have any idea what I might be doing wrong? (This is in C++ btw.)
UndefinedBehaviorSanitizer:DEADLYSIGNAL
==1==ERROR: UndefinedBehaviorSanitizer: FPE on unknown address 0x000000427e77 (pc 0x000000427e77 bp 0x7ffe78df1c10 sp 0x7ffe78df1750 T1)
==1==WARNING: invalid path to external symbolizer!
==1==WARNING: Failed to use and restart external symbolizer!
#0 0x427e76 (/workspace/test+0x427e76)
#1 0x42672e (/workspace/test+0x42672e)
#2 0x4260fd (/workspace/test+0x4260fd)
#3 0x425deb (/workspace/test+0x425deb)
#4 0x42a8f5 (/workspace/test+0x42a8f5)
#5 0x4255dd (/workspace/test+0x4255dd)
#6 0x7f0401267bf6 (/lib/x86_64-linux-gnu/libc.so.6+0x21bf6)
#7 0x404529 (/workspace/test+0x404529)
UndefinedBehaviorSanitizer can not provide additional info.
==1==ABORTING