Guest User

Untitled

a guest
Jan 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (e.GT.m.or.r.GT.n.or.t.GT.v) then {
  2.     write(*,*) 'mozhnososttreugolnik'
  3. } else {
  4.     if (e.LE.m.or.r.LE.n.or.t.LE.v) then
  5.     write(*,*) 'nelzyasosttreugolnik'
  6.         if (p.EQ.y.or.s.EQ.u.or.d.EQ.i) then
  7.             write(*,*) 'treugolnikpryamougolnyi'
  8.         else
  9.             if (p.LT.y.and.s.LT.u.and.d.LT.i) then
  10.                 write(*,*) 'treugolnikostrougolnyi'
  11.             else
  12.                 if (p.GT.y.and.s.GT.u.and.d.GT.i) then
  13.                     write(*,*) 'treugolniktupougolnyi'
  14.                 end if
  15.             end if
  16.         end if
  17.     end if
  18. } end if
  19. end program
Add Comment
Please, Sign In to add comment