ENG  RUSTimus 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

Why is my code in python language wrong?
Posted by Mayari Villalba 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}")
Re: Why is my code in python language wrong?
Posted by Reveek 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