Guest User

Untitled

a guest
Sep 18th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (s1=0) or (s2=0) or (s3=0) then
  2.  
  3. if (s1>s) or (s2>s) or (s3>s) then
  4. begin
  5. writeln('D za granicami treugolnika');
  6. repeat until keypressed;
  7. end
  8. else
  9. begin
  10. writeln('D na storone');
  11. readln;
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment