Löse ABC163 A ~ C mit Python

Einführung

Diesmal war es nicht bewertet

Ein Problem

Problem

** Gedanken ** Einfach berechnen. Das Umfangsverhältnis kann in math.pi implementiert werden

import math
r = int(input())
print(2*r*math.pi)

B Problem

Problem

** Gedanken ** Vergleichen Sie einfach n und Aufgabe mit der Anzahl der Aufgaben als Aufgaben

n, m = map(int,input().split())
a = list(map(int,input().split()))

task = sum(a)
if task <= n:
    print(n-task)
else:
    print(-1)

C Problem

Problem

** Gedanken ** Berechnen Sie die Anzahl der Untergebenen für alle $ i $.

n = int(input())
a = list(map(int,input().split()))

mem = [0] * (n)
for i in range(n-1):
    mem[a[i]-1] += 1

for i in mem:
    print(i)

Zusammenfassung

Es ist schwer, ohne Bewertung zu sein. Ich möchte schnell braun werden. Wir sehen uns wieder, gute Nacht.

Recommended Posts

Löse ABC163 A ~ C mit Python
Löse ABC168 A ~ C mit Python
Löse ABC162 A ~ C mit Python
Löse ABC167 A ~ C mit Python
Löse ABC158 A ~ C mit Python
Löse ABC166 A ~ D mit Python
Löse ABC036 A ~ C mit Python
Löse ABC037 A ~ C mit Python
Löse ABC175 A, B, C mit Python
[AtCoder] Löse ABC1 ~ 100 Ein Problem mit Python
Löse AtCoder ABC168 mit Python (A ~ D)
Löse AtCoder ABC166 mit Python
[AtCoder] Lösen Sie ein Problem von ABC101 ~ 169 mit Python
Fordern Sie AtCoder (ABC) 164 mit Python heraus! A ~ C Problem
ABC127 A, B, C Erklärung (Python)
ABC166 in Python A ~ C Problem
AtCoder ABC 114 C-755 mit Python3 gelöst
ABC128 A, B, C Kommentar (Python)
ABC126 A, B, C Erklärung (Python)
Löse den Atcoder ABC176 (A, B, C, E) in Python
[AtCoder Erklärung] Kontrollieren Sie ABC180 A, B, C Probleme mit Python!
[AtCoder Erklärung] Kontrollieren Sie ABC158 A, B, C Probleme mit Python!
[AtCoder Erklärung] Kontrollieren Sie ABC164 A, B, C Probleme mit Python!
[AtCoder Erklärung] Kontrollieren Sie ABC168 A, B, C Probleme mit Python!
Ich wollte ABC160 mit Python lösen
Löse ABC165 A, B, D mit Python
Ich wollte ABC172 mit Python lösen
Löse AtCoder 167 mit Python
Löse Mathe mit Python
Löse ABC169 mit Python
ABC147 C --HonestOrUnkind2 [Python]
Löse POJ 2386 mit Python
Ich wollte das ABC164 A ~ D-Problem mit Python lösen
Löse A ~ D des Yuki-Codierers 247 mit Python
[Erklärung zum AtCoder] Kontrollieren Sie die A-, B- und C-Probleme von ABC182 mit Python!
Lösen mit Ruby, Perl, Java und Python AtCoder ABC 047 C Regulärer Ausdruck
[AtCoder Erklärung] Kontrollieren Sie ABC184 A, B, C Probleme mit Python!
[Python] Löse Gleichungen mit Sympy
AtCoder ABC 177 Python (A ~ E)
AtCoder ABC 178 Python (A ~ E)
ABC129 A, B, C Kommentar
Löse ABC176 E in Python
ABC-Memorandum [ABC163 C --managementr] (Python)
AtCoder ABC 176 Python (A ~ E)
Löse ABC175 D in Python
Machen Sie eine Lotterie mit Python
AtCoder ABC 182 Python (A ~ D)
Erstellen Sie ein Verzeichnis mit Python
Versuchen Sie, Python mit pybind11 in ein C ++ - Programm einzubetten
Machen Sie mit Python einen Haltepunkt auf der c-Ebene
[Erklärung zum AtCoder] Kontrollieren Sie die A-, B-, (C), D-Probleme von ABC165 mit Python!
[AtCoder-Erklärung] Kontrollieren Sie die A-, B-, C- und D-Probleme von ABC183 mit Python!
[Erklärung zum AtCoder] Kontrollieren Sie die A-, B-, C- und D-Probleme von ABC181 mit Python!