+ 2
THIS MEMORY LIMIT ISSUE ON SOLO LEARN
I enjoyed my time writing my previous code but coz of Memory limit issue i couldn't see the output. is there any solution that solo learn is working on to solve that? You can check it on my profile page in the CODES section.
6 ответов
+ 6
The limitation to 5 seconds is a nice occasion to learn code efficiency. ;-)
Important to know: the output is also limited in number of characters (number of bytes infact), so sometimes you may receive a time limit for this reason, not because processing is long.
+ 5
Which one? You have 31 codes 🤔
Post the link in your description if you can, that would really help 😁
+ 3
Maybe you should just use C++ instead, so you can actually control your own memory 😉 Just joking of course. To my point, you might need to find a way to more efficiently allocate objects, like fewer global variables for example.
+ 3
It means it's limited
I mean we can't use swing
I don't know how many of them that I don't aware of
Hope someone noticing that and working on a solution Daniel 【#ChildOfGod】
https://code.sololearn.com/cBl8FKDrWGyN/?ref=app
+ 2
The memory limit sucks but it's needed to prevent people breaking this site with large codes :/ . The best thing you can do is use a language that lets you control memory like C or C++ and try to make your program as memory efficient as possible.
+ 1
The memory limit sucks but it's needed to prevent people breaking this site with large codes :/ . The best thing you can do is use a language that lets you control memory like C or C++ and try to make your program as memory efficient as possible.