﻿var a:byte;
begin
  a:=26;
  while a=26 do a:=random(26)+20;
  writeln(a);
end.