#include <stl.h>
#include <iostream.h>

int main ()
{
  cout << min (42, 100) << endl;
  return 0;
}
ÿ