Record Case Detail

Notes

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

Stderr


        

Hints

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

However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.

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

Your Answer

nfind 655at0
nfind 187at2
bs:5insert 655(0)
nfind 655at0
inserted at0
bs:5insert 187(2)
nfind 187at2
inserted at2
========== Resulting HashTable ==========
    0 | {655, 540} 
    1 | 
    2 | {187, 649} 
    3 | 
    4 | 
=========================================

JOJ Answer

========== Resulting HashTable ==========
    0 | {655, 540} 
    1 | 
    2 | {187, 649} 
    3 | 
    4 | 
=========================================