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