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
Posted by Rustam_True_Proger 14 Sep 2017 13:57
#include "stdafx.h"
#include<stdio.h>
#include<math.h>

int _tmain(int argc, _TCHAR* argv[])
{
    float a;
    scanf_s("%f", &a);
    printf_s("%6.4f", sqrt(a));
    scanf_s("%f", &a);
    return 0;
}
Re: Христа ради спасите // Help please
Posted by Mahilewets Nikita [BSUIR] 14 Sep 2017 15:47
input is multiple values
Re: Христа ради спасите // Help please
Posted by Andrew_Lebedev 8 Jan 2018 21:15