Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
program PrestupnaGod;
var
g : integer;
begin
writeln(’Unesi godinu’);
readln(g);
if g < 1582 then
writeln(’Greska’)
else if g mod 400 = 0 then
writeln(’Prestupna’)
else if g mod 100 = 0 then