#include using namespace std; int main() { int n; cin >> n; if(n < 11) { return 1; } cout << 11 << endl; }