#include
using namespace std; int main() { cout << max(5, 10); return 0; }
10