ENG
RUS
Timus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board
Discussion of Problem
1001
. Reverse Root
Mayari Villalba
Why is my code in python language wrong?
[1] // Problem
1001. Reverse Root
28 Jun 2022 03:24
a=[int(i) for i in input().split()]
for i in a[::-1]:
print(f"{float(i)**0.5:.4f}")
Reveek
Re: Why is my code in python language wrong?
// Problem
1001. Reverse Root
27 Dec 2022 14:21
because u proggram should take more one string. But i too not lnow how solve this task
Edited by author 27.12.2022 14:22
© 2000–2025
Timus Online Judge Team
. All rights reserved.