#include using namespace std; int i; int main() { ios_base::sync_with_stdio(0); cin >> i; if(i & 1) cout << "16\n"; else cout << "15\n"; return 0; }