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

что не так? Help please!!! What's wrong? C++
Posted by AndrewSultan 27 Jun 2016 15:47
#include<stdio.h>
#include<math.h>
main()
{
    float a,b,c,d;
    scanf("%f%f%f%f", &a,&b,&c,&d);
    printf("%6.4f\n%6.4f\n%6.4f\n%6.4f",sqrt(d), sqrt(c), sqrt(b), sqrt(a));
}
Whats wrong?

Edited by author 27.06.2016 15:47

Edited by author 27.06.2016 15:47
Re: что не так? Help please!!! What's wrong? C++
Posted by Vadim 9 Jul 2016 20:17
С чего ты взял что у тебя всего 4 числа?
Re: что не так? Help please!!! What's wrong? C++
Posted by kepton 2 Dec 2016 13:48
who tell u only 4 inputs?