#include<bits/stdc++.h> using namespace std; int n,m,k,f; int main() { cin>>n>>k>>m; cout<<"125"; return 0; }