#include using namespace std; int main(){ int a,b; b = 1<<30; for(int i=0;i<3;i++){ cin >>a; if(a < b) b= a; } cout << b; }