import java.io.*; class bits { public static void main(String args[]) throws Exception { StreamTokenizer st = new StreamTokenizer(System.in); int inst=0; while(42==42) { inst++; } } }