//d073: 分組報告
#include<iostream>
using namespace std;
int main()
{
int n;
getout(cin , n);
(n > 10) ? cout << (n-5)/3 << '\n' : return 0;
}