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

Common Board

I can't understand why I have compilation error
Posted by iliqn havov 13 Feb 2007 18:35
[code deleted]

Edited by moderator 13.02.2007 20:46
Re: I can't understand why I have compilation error
Posted by diver[rus] 13 Feb 2007 20:25
Problem in function call "sqrt(a)". Write "sqrt((double)a)".
And read FAQ, this problem described there