#33952: ___.


1100327@stu.wghs.tp.edu.tw (水餃)

學校 : 不指定學校
編號 : 222688
來源 : [60.248.154.139]
最後登入時間 :
2025-03-06 11:00:28

#include <iostream>
using namespace std;
int main()
{
    int c;
    cin >> c;
    cout <<(c%12)*5+(c-c%12)/12*50<<endl;
}