#55051: ans


yp11452148@yphs.tp.edu.tw (708-12黃宥禎)


#include <bits/stdc++.h>
using namespace std;
int main() 
{
    int n;
    cout << " ";
    cin >> n;
    cout << (n / 12) * 50 + (n % 12) * 5 << " " << endl;
    return 0;
}     

 

easy easy easy