Record Case Detail

Notes

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

Stderr

/in/lab4.c:50:25: runtime error: index 100 out of bounds for type 'char [100]'
/in/lab4.c:50:30: runtime error: store to address 0x557b1871a3e4 with insufficient space for an object of type 'char'
0x557b1871a3e4: note: pointer points here
  2a 64 29 0a 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
              ^ 
=================================================================
==46486==ERROR: AddressSanitizer: global-buffer-overflow on address 0x557b1871a3e4 at pc 0x557b18504f23 bp 0x7ffee980f590 sp 0x7ffee980f580
WRITE of size 1 at 0x557b1871a3e4 thread T0
    #0 0x557b18504f22 in main (/out/package/lab4+0xaf22)
    #1 0x7fdab23fbb96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #2 0x557b18505079 in _start (/out/package/lab4+0xb079)

0x557b1871a3e4 is located 0 bytes to the right of global variable 'commands' defined in '/in/lab4.c:4:6' (0x557b1871a380) of size 100
SUMMARY: AddressSanitizer: global-buffer-overflow (/out/package/lab4+0xaf22) in m

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

250.000000
0.500000
250.000000
62253.000000
64.000000
7091.000000
2.550000
-2490.000000
-22.350000