Record Case Detail

Notes

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

Stderr

AddressSanitizer:DEADLYSIGNAL
=================================================================
==35911==ERROR: AddressSanitizer: stack-overflow on address 0x7ffc2cc4bd00 (pc 0x00000051b880 bp 0x7ffc5ed62790 sp 0x7ffc2cc4bc60 T0)
    #0 0x51b87f  (/out/package/ex3+0x51b87f)
    #1 0x51adea  (/out/package/ex3+0x51adea)
    #2 0x7f88f72cab96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x41e1d9  (/out/package/ex3+0x41e1d9)

SUMMARY: AddressSanitizer: stack-overflow (/out/package/ex3+0x51b87f) 
==35911==ABORTING

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

124 

3744 

3744