input geometriesyr16; figure(0,0,10u,10u); pair A,B,C,D,E,F,G; D=u*(1,2); C-D=u*(2,-1); E-D=u*(0,1); G-E=C-D; F-E=u*(5,4); A-G=F-E; B-A=C-G; trace polygone(D,E,F,A,B,C); trace chemin(C,G,E); trace segment(G,A); nomme.lft(D); nomme.lft(E); nomme.bot(C); nomme.bot(B); nomme.top(A); nomme.top(F); nomme.top(G); fin; end