#include<bits/stdc++.h> using namespace std; int main(){ int a[10]={200,99,98,95,87,87,75,30,-12,-25},n; cin>>n; cout<<a[n-1]; return 0; }