#include <iostream>

using namespace std;

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