#include int main(void) { long long int n; char s[1000000]; int i; int f=0; int g; scanf("%llu",&n); g=n; printf("%llu",(n/3*2)+(n/5*2)); return 0; }