主题:[原创]祝大家鸡年快乐
program 2u;
const
h:happiness;
t:trouble;
var
y:year;
begin
for y:=monkey to chicken do
begin
inc(h);
dec(t);
end;
end.
const
h:happiness;
t:trouble;
var
y:year;
begin
for y:=monkey to chicken do
begin
inc(h);
dec(t);
end;
end.