#!/usr/bin/env python3 # # No.1305 Speak of the Devil # import sys, os, math print(min(list(map(float, input().split()))))