/ Test /

Record Case Detail

Notes

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

Stderr

=================================================================
==58482==ERROR: LeakSanitizer: detected memory leaks

Too many leaks! Only the first 5000 leaks encountered will be reported.
Direct leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x517420  (/out/package/test_part1+0x517420)
    #1 0x52216b  (/out/package/test_part1+0x52216b)
    #2 0x52210f  (/out/package/test_part1+0x52210f)
    #3 0x5220f3  (/out/package/test_part1+0x5220f3)
    #4 0x5220f3  (/out/package/test_part1+0x5220f3)
    #5 0x5220f3  (/out/package/test_part1+0x5220f3)
    #6 0x5220f3  (/out/package/test_part1+0x5220f3)
    #7 0x5220f3  (/out/package/test_part1+0x5220f3)
    #8 0x5220f3  (/out/package/test_part1+0x5220f3)
    #9 0x5220f3  (/out/package/test_part1+0x5220f3)
    #10 0x5220f3  (/out/package/test_part1+0x5220f3)
    #11 0x5220f3  (/out/package/test_part1+0x5220f3)
    #12 0x5220f3  (/out/package/test_part1+0x5220f3)
    #13 0x5220f3  (/out/package/test_part1+0x5220f3)
    #14 0x5220f3  (/out/package/test_part1

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

110

JOJ Answer

110