Description
Given a positive integer amount, the denominations of banknotes are $10, $5 and $1 respectively. Find the minimum number of banknotes and print the number of each denomination respectively.Note: there is at least one of each denomination. If it does not exist, print
Input
Given a positive integer
Output
Three positive integers represent the quantity of $10, $5 and $1 respectively or