class Continue{
	public static main(args){
		w1;
		w2;
		w1 = 13;
		
		while(w1>0){
			if(w1<5){
				for(w1=0;w1<5;w1=w1+1){
					w2=w1;
					y;
					y=1;
				}
			}
		}
	}
}