program ideone;
const
    _PITUH = 'Bill Gates';
    pituh: array[0..length(_PITUH)-1]of char = _PITUH;
begin
	Writeln(pituh[5])
end.