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 1283. Dwarf

why compilation error?
Posted by Fechete Dan Ionut[dany] 25 Sep 2004 21:58
#include <math.h>
long double g;
int main()
{
 long double x=log10l(g)
 return 0;
 //what is wrong with math.h?
}
You forgot ';' after x=log10l(g) :-)
Posted by Vladimir Yakovlev (USU) 26 Sep 2004 21:58
except that; why can't I use function log10l what compiler timus uses?
Posted by Fechete Dan Ionut[dany] 3 Oct 2004 01:33