#include using namespace std; using ch = char; using ll = long long; using ld = long double; using db = double; using st = string; using vdb = vector; using vvdb = vector; using vl = vector; using vvl = vector; using vd = vector; using vvd = vector; using vs = vector; using vvs = vector; using vc = vector; using vvc = vector; using vb = vector; using vvb = vector; const ll mod1 = 998244353; const ll mod2 = 1000000007; using vp = vector>; #define fi first #define se second int main(){ ll A,B,C; cin>>A>>B>>C; ll ans=min(A,B); ans=min(ans,C); cout<