Ameisenbuch in Python: Seite 47 Sarumans Armee (POJ 3069)


# coding: utf-8
N = raw_input()
R = raw_input()
X = raw_input()
N, R, X = map(int, N.split())[0],map(int, R.split())[0],map(int, X.split())


colored_pos = [X[0]]
pos = X[0]
# print X
while(1):
    far = pos
    for (i,x) in enumerate(X):
        if pos + R > x:
            far = x
        else:
            break
    colored_pos.append(far)
    pos = x

    if pos + x > X[-1]:
        break

print colored_pos

Ich habe split () gelernt.

Recommended Posts

Ameisenbuch in Python: Seite 47 Sarumans Armee (POJ 3069)
Ali Buch in Python: Seite 42 Münzausgaben
Ali-Buch in Python: Seite 43 Abschnittsplanung
Ali Buch in Python: Seite 45 Das kleinste Problem in lexikalischer Reihenfolge (POJ3617)
Ali Buch in Python: Sec. 2-5 Graph
Ali-Buch in Python: Selbstimplementierung der Prioritätswarteschlange
Ali Buch in Python: Sec.2-5 Dyxtra-Methode
Ali Buch in Python: Sec. 2-5 Graph (Vorbereitung)
Ali Buch in Python: Abschnitt 2-3, Dynamische Planung (DP)
Spiralbuch in Python! Python mit einem Spiralbuch! (Kapitel 14 ~)
Ameisenbuch mit Python (Kapitel 3 Zwischenausgabe ~)
Erstellen Sie eine neue Seite im Zusammenfluss mit Python
Verwenden Sie eine benutzerdefinierte Fehlerseite mit Python / Tornado
Löse "AtCoder Version! Arimoto (Anfänger)" mit Python!
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Metaprogrammierung mit Python
Python 3.3 mit Anaconda
Geokodierung in Python
SendKeys in Python
Metaanalyse in Python
Unittest in Python
Epoche in Python
Zwietracht in Python
Deutsch in Python
DCI in Python
Quicksort in Python
nCr in Python
Plink in Python
Konstante in Python
FizzBuzz in Python
SQLite in Python
Schritt AIC in Python
LINE-Bot [0] in Python
Reverse Assembler mit Python
Reflexion in Python
Konstante in Python
Format in Python
Scons in Python 3
Puyopuyo in Python
Python in Virtualenv
PPAP in Python
Python-Referenzseite
Quad-Tree in Python
Reflexion in Python
Chemie mit Python
Hashbar in Python
DirectLiNGAM in Python
In Python flach drücken
Machen Sie jede PowerPoint-Seite zu einer Bilddatei in Python
So fügen Sie einer PDF-Datei Seitenzahlen hinzu (in Python)
Implementierte den Algorithmus von "Algorithm Picture Book" in Python3 (Heap Sort Edition)