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

Compilation error
Posted by Vadim Nikulin 24 Oct 2001 20:09
What the problem??? I have compilful task, but they wrote<
that it can't be compile :(((( Me be it cause I use math.h
or some function (like sqrt)???
me too!!!
Posted by leojay 25 Oct 2001 10:29
I didn't use any lib !!
she said "Compilation Error"!!
why??
Re: Compilation error
Posted by Kirill Vivid 25 Oct 2001 15:27
>Me be it cause I use math.h
> or some function (like sqrt)???

I had such problem...
In situation like:
---
int N;
double x = sqrt(N);
---
You'll  have compilation error. Use sqrt((double)N).
In addition, when you use mail, for sending you task, judge
returns you the desription of compiler errors.