Triangle Inequality by chocobi

L S =INPUT :F()
 OUTPUT =(GT((A =SUBSTR(S,1,2)) + (B =SUBSTR(S,4,2)),(C =SUBSTR(S,7))) (GT(B + C,A) (GT(C + A,B) 1)),0) :(L)
END

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page