#include using namespace std; int main(){ int x; cin>>x; if(x<15){ x=-1; }else{ x-=7; } cout<