uses Math; var x, y, z : Integer; begin ReadLn (x, y, z); Write(Min(Min(x, y), z))end.
3 2 4
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!