#include using namespace std; int main(){ int a,b,c; cin>>c>>b>>a; b+=a/25; a%=25; c+=b/4; b%=4; c%=10; cout<