input geometriesyr16; figure(0,0,10u,10u); pair A,B,C,E,F; B=u*(1,3); C-B=u*(1,1.5); A-B=u*(2,0.5); F=19.5/7.5[B,A]; E=19.5/7.5[C,A]; trace polygone(B,F,E,C); nomme.top(C); nomme.top(A); nomme.top(F); nomme.bot(E); nomme.bot(B); fin; end