Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

5 double
0 append PXzsNFbe 0.1828935773006043
1 append hSwQR7oaVKLPH 0.36913367683016884
2 append tj3GVx 0.8963112227282615
3 append kIBAKl9O 0.8879438547725725
4 print
=================================================================
==517==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x7ffd3eb00180 in thread T0
    #0 0x4dc760  (/out/package/main+0x4dc760)
    #1 0x517741  (/out/package/main+0x517741)
    #2 0x51539b  (/out/package/main+0x51539b)
    #3 0x7f71940c3b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #4 0x41ca79  (/out/package/main+0x41ca79)

Address 0x7ffd3eb00180 is located in stack of thread T0 at offset 32 in frame
    #0 0x514e4f  (/out/package/main+0x514e4f)

  This frame has 3 object(s):
    [32, 132) 'buffer' <== Memory access at offset 32 is inside this variable
    [176, 276) 'buffer2'
    [320, 324) 'n'
HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext
      (longjmp and C++ exceptions *are* su

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.

Please double check your code to solve this problem and try again.

Your Answer


        

JOJ Answer

0
1
2
3
4
PXzsNFbe=0.182894
hSwQR7oaVKLPH=0.369134
tj3GVx=0.896311
kIBAKl9O=0.887944