Livre Ali en python: page 42 numéros


# coding: utf-8
import numpy as np

input_lines = raw_input()
data = np.array([],dtype=int)
line = ""
for i in input_lines:
    if i != " ":
        line += i
    if i == " ":
        data = np.append(data, int(line))
        line = ""
data = np.append(data, int(line))

nums = [1,5,10,50,100,500]

A = data[-1]


history = []

for i in range(len(nums)):
    history.append(np.min([data[len(nums)-i-1], A//nums[len(nums)-i-1]]))
    A -= np.min([data[len(nums)-i-1], A//nums[len(nums)-i-1]]) * nums[len(nums)-i-1]

for j in range(len(history)):
    print str(history[len(history)-j -1]),

String-> Le traitement numérique est un peu fastidieux

Recommended Posts

Livre Ali en python: page 42 numéros
Livre Ali en python: page 43 Planification des sections
Livre de fourmis en python: page 49 Réparation de clôture
Livre Ali en python: page 45 Le plus petit problème dans l'ordre lexical (POJ3617)
Livre de fourmis en python: page 47 Armée de Saroumane (POJ 3069)
Livre Ali en python: Graphique Sec.2 à 5
Livre Ali en python: Auto-implémentation de la file d'attente prioritaire
Livre Ali en python: Sec.2-4, structure de données
Livre Ali en python: méthode Dyxtra Sec.2-5
Livre Ali en python: Sec.2 à 5 Graph (préparation)
Livre Ali en python: Sec.2-3, Dynamic Planning (DP)
[Note] Projet Euler en Python (problème 1-22)
ABC166 en Python A ~ C problème
Livre en spirale en Python! Python avec un livre en spirale! (Chapitre 14 ~)
Livre de fourmis avec python (Chapter3 édition intermédiaire ~)
Résolvez le problème maximum de sous-tableau en Python
Quadtree en Python --2
Python en optimisation
CURL en Python
Métaprogrammation avec Python
Python 3.3 avec Anaconda
Géocodage en python
SendKeys en Python
Calculons en fait le problème statistique avec Python
Méta-analyse en Python
Unittest en Python
La première étape du problème de réalisation des contraintes en Python
Époque en Python
Discord en Python
Allemand en Python
DCI en Python
tri rapide en python
nCr en python
N-Gram en Python
Programmation avec Python
Le 18ème problème d'écriture en temps réel hors ligne en Python
Plink en Python
Constante en Python
FizzBuzz en Python
Sqlite en Python
Étape AIC en Python
Créer une nouvelle page en confluence avec Python
LINE-Bot [0] en Python
CSV en Python
Assemblage inversé avec Python
Réflexion en Python
Utilisez une page d'erreur personnalisée avec python / tornado
Constante en Python
nCr en Python.
format en python
Scons en Python 3
Puyopuyo en python
python dans virtualenv
PPAP en Python
Page de référence Python
Quad-tree en Python
Le 19ème problème d'écriture en temps réel hors ligne en Python
Réflexion en Python