import java.io.*; import java.net.*; public class Veebilugeja2{ public static void main(String[] arg) throws IOException{ BufferedReader veebist=new BufferedReader( new InputStreamReader( new URL("http://minitorn.tlu.ee/~jaagup/kool/java/naited20/io/muu/synniaastad.txt").openStream() ) ); int loendur=0, v2himaloendur=0; String rida=veebist.readLine(); int v2him=Integer.parseInt(rida); while(rida!=null){ if(rida.equals("1987")){loendur++;} int arv=Integer.parseInt(rida); if(arv