#include #include using namespace std; using ll=long long; using vll=vector; using pll=pair; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); ll L,M,N,r=0; cin>>L>>M>>N; M+=N/25; r+=N%25; L+=M/4; r+=M%4; r+=L%10; cout<