Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var
- s1,s2,s3,s4,s5,s6,s7 : string;
- c1,c2,c3,c4,c5,c6,c7 : char;
- d1,d2,d3,d4,d5,d6,d7 : longint;
- begin
- readln(s1);
- readln(s2);
- readln(s3);
- readln(d1);
- readln(d2);
- readln(d3);
- writeln('s1[',d1']=',s1[4]);
- writeln('s2[',d2,']=',s2[2]);
- writeln('s3[',d3,']=',s3[3]);
- end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement