program susy867; uses crt;
const sx=12;sy=34;sz=56;sw=78;
begin clrscr;
if sx+sy-sz=sw then writeln(sx.'+',sy);
if sx+sy=sz-sw then writeln(sx,'+',sy);
if sx-sy+sz=sw then writeln(sx,'+',sz);
if sx-sy=sz+sw then writeln(sz.'+',sw);
if sx=sy-sz+sw then writeln(sz,'+',sw);
if sx=sy+sz-sw then writeln(sy,'+',sz);
end.
21 ottobre 2008
susi 867
Pubblicato da dimipaga alle 11:07:00 AM
Iscriviti a:
Commenti sul post (Atom)
0 commenti:
Posta un commento