Record Case Detail

Notes

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

Stderr

/in/lab5.c:130:32: runtime error: index -1 out of bounds for type 'double [1000]'
=================================================================
==4987==ERROR: AddressSanitizer: stack-buffer-underflow on address 0x7ffe5b704488 at pc 0x55c12baab126 bp 0x7ffe5b704410 sp 0x7ffe5b704400
READ of size 8 at 0x7ffe5b704488 thread T0
    #0 0x55c12baab125 in evaluatePostfix (/out/package/lab5+0x9125)
    #1 0x55c12baa8319 in main (/out/package/lab5+0x6319)
    #2 0x7f1ca2c47c86 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
    #3 0x55c12baa8b79 in _start (/out/package/lab5+0x6b79)

Address 0x7ffe5b704488 is located in stack of thread T0 at offset 24 in frame
    #0 0x55c12baaa34f in evaluatePostfix (/out/package/lab5+0x834f)

  This frame has 2 object(s):
    [32, 8032) 'stack' <== Memory access at offset 24 underflows this variable
    [8064, 8114) 'numStr'
HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext
      (longjmp and C++ exceptions *a

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

2.000000
0.010000
250.000000
0.500000
250.000000
62253.000000
64.000000
7091.000000
2.550000
-2490.000000
-22.350000