Unable to get rid of MLE error in this code

hi @akki56756_bab14f919dbad123,
make array size 10001*10001 and dont use memset as it will be zero only ( when you define an array globally it is initialized with zero )