var a:string;begin reset(input,'test.pas');read(a);write(copy(a,2)+'v')end.