Challenge Overview
As you know, for Marathon problems, execution time limit and memory limit can be set among the problem statement parameters.
For SRMs these are currently hard-coded to 2 seconds and 64 megabytes. We are more-less fine with 2 seconds execution time limit, but 64 MB memory limit is outdated and is inappropriate for some problems. We want both execution time limit and memory limit to become problem parameters so that we could set them per problem.
please see detail requirements in wiki
Final Submission Guidelines
please see detail requirements in wiki