FairyWinx → Codeforces Round #926 (Div. 2) Editorial. Detailed → Memory Limit Exceeded Difference between en1 and en2, changed 247 character(s) I am trying out this problem on Hackerearth, I am getting Memory Limit Exceeded. I am using Segment Trees and I don't know where to optimize...
I've been debugging this for a while and I still can't tell why it exceeds the memory limit. Can somebody help me? Submission:5723491
https://codeforces.com/contest/1132/submission/58241037I used a 2d array[N][N] (N = 5000) and a 2d vector. I think the maximum size of the vector is N*N so the memmory of array is approxiate 100MB and vector is 100MB. How could it be MTL? (200MB < 560MB). Thanks....
I am trying out this problem on Hackerearth, I am getting Memory Limit Exceeded. I am using Segment Trees and I don't know where to optimize. https://www.hackerearth.com/challenges/hiring/Samsung-R-D-Institute-Hiring-Challenge/algorithm/fibonacci-with-gcd-16/description/ #include<iostream>#in...
Hi all,I am a beginner coder,I was solving this problem 734 A Division 2 Anton and danik,Everytime,I am trying To execute this problem ,I am getting "Memory Limit Exceeded",What does that mean,Is that like compilation Error ,Here is My solutionhttp://codeforces.com/contest/734/submissi...
I am having trouble at 828C - String Reconstruction , getting memory limit exceeded at this code 28500560 . Any help ? Thanks in Advance.#strings, sorting -19 killcode 7 years ago 2 Comments (1) Show archived | Write comment? E869120 7 years ago, # | +5 Let's consider about...
harsh__h→Codeforces Round 931 (Div. 2) Editorial _Bustle45_'s blog By_Bustle45_,3 years ago, I have tried to get rid of MLE but still not able to figured out Help me!119257308 memory limit excceded,#graph +1 _Bustle45_
At the end, your array will have a size of 2^30-1, quite a large array, and firmly above the mem limit. Try to find a way to solve the problem without having to store all the values created Good Luck!
I submitted a solution
pashka→Codeforces Round 927 (Div. 3) Foysal_Ahmmed's blog ByFoysal_Ahmmed,history,6 years ago, I am getting Memory limit exceeded for this problemC. Dijkstra?But why I can not understand this.My Solution 0 Foysal_Ahmmed 6 years ago ...