import std; import core.bitop; import core.checkedint; import core.time; void main() { const a = readln.split.to!(int[]); writeln(minElement(a)); }