#include using namespace std; using ll = long long; #define rep(i,m,n) for(int i=m; i> N; cout << (N * 15LL) / 10LL << endl; return 0; }