program { int a=77,b; while(1) { read(b); if(b!=a) {} else break; } }