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

wa in c++?
Posted by theVisibleNutrino 29 Dec 2011 19:59


Edited by author 03.01.2012 00:00
Re: wa in c++?
Posted by thebvog 30 Dec 2011 20:09
a[i++]=sqrt(t); --> sqrt((double)t) (with specification of C++ Compiler)
Re: wa in c++?
Posted by theVisibleNutrino 2 Jan 2012 23:06
thnx.. got AC(another error is wrong index while printing.)