#include using namespace std; int main() { long long N; scanf("%lld",&N); printf("%lld\n",(N/3+N/5)*2); }