alexmajy / hustoj

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

The result for this should be OLE instead of TLE #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
import java.util.*;
import java.io.*;
public class Main{
   public static void main(String[] args){
       while(true)
       System.out.println("aaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
   }
} 

Original issue reported on code.google.com by alazyrab...@gmail.com on 10 Jun 2010 at 11:57

GoogleCodeExporter commented 9 years ago
r283 should fix this problem

Original comment by newsc...@gmail.com on 10 Jun 2010 at 3:06