Python-Lerndatensatz (Paiza: B-Problem: Berechnungsübung)

Der erste Test wurde bestanden, aber im Verlauf des Tests Aufgrund eines Timeouts wurde keine Verarbeitung durchgeführt.

Aufgabe ・ Während es einige Zeit zu dauern scheint, schreiben Sie mit für ・ Listenerstellung mit Einbeziehung neu schreiben

import random plus, minus = map(int,input().split())

Equal = [] Plus = [] Minus = []

for i in range(plus+minus): Plus.append("+") for i in range(plus+minus): Minus.append("-") for i in range(plus+minus): Equal.append("=") ok_list_plus = []
ok_list_minus = [] ans_list = []

for i,(p, m, e) in enumerate(zip(Plus, Minus, Equal)): if i < plus: while len(ok_list_plus)<(plus): x = random.randint(0,100) y = random.randint(0,100) if x + y < 100 and x - y >= 0: ok_list_plus.append(x) ans1 = (str(x) + " " + str(p) + " " + str(y) + " " + str(e)) if ans1 in ans_list: plus += 1 else: ans_list.append(ans1)

else:
    
    while len(ok_list_minus)<(minus):
        x = random.randint(0,100)
        y = random.randint(0,100)
        if x + y < 100 and x - y >= 0:
            ok_list_minus.append(x)
            ans2 = (str(x) + " " + str(m) + " " + str(y) + " " + str(e))
            if ans2 in ans_list:
                minus += 1
            else:
                ans_list.append(ans2)

for i in ans_list: print(i)

Recommended Posts

Python-Lerndatensatz (Paiza: B-Problem: Berechnungsübung)
Python-Lerndatensatz (Paiza B-Problem: Berechnungsübung)
Lernaufzeichnung
Lernrekord Nr. 3
Lernrekord Nr. 1
Python lernen
Lernrekord Nr. 2
[Python] Lernnotiz 1
Python-Lernausgabe
Python-Lernseite
Python-Lerntag 4
Python Deep Learning
Python-Lernen (Ergänzung)
Deep Learning × Python
Berechnungsbohrpython
B Problem von ARC # 008
Python-Lernnotizen