iceorfire / hustoj

Automatically exported from code.google.com/p/hustoj
1 stars 0 forks source link

The result for this shoud be MLE instead of WA #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
import java.util.*;
public class Main{
  public static void main(String args[]){
    while(true){
     String[] s=new String[1000000000];
    }
  }
}

Original issue reported on code.google.com by alazyrab...@gmail.com on 4 Jun 2010 at 1:16

GoogleCodeExporter commented 8 years ago
this report RE in my system.
anyway,because javacode run in a JVM, this result is not quite correct.
if you prefer RE to WA
try update and recompile judge core from svn

Original comment by newsc...@gmail.com on 5 Jun 2010 at 1:22

GoogleCodeExporter commented 8 years ago
fixed in r277

Original comment by newsc...@gmail.com on 5 Jun 2010 at 4:49

GoogleCodeExporter commented 8 years ago
Issue 6 has been merged into this issue.

Original comment by newsc...@gmail.com on 5 Jun 2010 at 4:55