#include <iostream>

using namespace std;

int main() {
  cout << min(5, 10);
  return 0;
}