From 38faab75b253a606e22ad4311412056806323466 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:18:55 +0500 Subject: [PATCH] login css --- 546456.py | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/546456.py b/546456.py index 97ab011..56b64dc 100644 --- a/546456.py +++ b/546456.py @@ -1,13 +1,4 @@ -a=int(input());b=int(input()) -CD=open("24__.txt").readline().strip() -position=[] +import math -for i in range(len(CD) - 1): - if CD[i:i+2] == 'CD': - position.append(i) -position.append(len(CD) - 1) - -ml = 0 -for p, p1 in zip(position, position[161:]): - ml = max(ml, p1 - p) -print(ml) \ No newline at end of file +a,b=map(int,input().split()) +print(round(math.sqrt(a**2+b**2),2)) \ No newline at end of file