¿Cuántas formas hay de cambiar un yuan por monedas de 1, 2 y 5 céntimos? Programación en C++
541
#include
#include
usando el espacio de nombres std;
main() {
int n = 0;
for(int i = 0; i <= 20; i++)
for(int j = 0 ; j <= 50; j++) {
int k = 100 - i * 5 - j * 2;
if(k >= 0)
cout< if(!(n%200)) getchar(); } }