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