#include using namespace std; int main() { int data[] = {-1, -1, 2, 5, 4, 15, 14, 25, 24, 35, 34}; int x; cin >> x; cout << data[x] << endl; }