#include <bits/stdc++.h> using namespace std ; int main() { int p ; cin >> p ; if(p == 6) cout << 13 ; if(p == 11) cout << 3 ; return 0 ; }