ENG
RUS
Timus 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
Fechete Dan Ionut[dany]
why compilation error?
[2] // Problem
1283. Dwarf
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?
}
Vladimir Yakovlev (USU)
You forgot ';' after x=log10l(g) :-)
[1] // Problem
1283. Dwarf
26 Sep 2004 21:58
Fechete Dan Ionut[dany]
except that; why can't I use function log10l what compiler timus uses?
// Problem
1283. Dwarf
3 Oct 2004 01:33
© 2000–2025
Timus Online Judge Team
. All rights reserved.