Search found 2 matches

by kmd
Sat Apr 26, 2003 1:53 pm
Forum: C++
Topic: Compile Error
Replies: 3
Views: 2471

Now I see what's the problem in my code :-)
The online judge environment isn't compatible with the "cbrt()" function in cmath header file :o
by kmd
Sat Apr 26, 2003 7:59 am
Forum: C++
Topic: Compile Error
Replies: 3
Views: 2471

Compile Error

I got "compile error" in the online judge.

But I've tried to compile my source code with g++ on my FreeBSD, Dev-C++ & VC++ on my Windows, without getting any errors.

Does anyone have a hint?
Your opinion will be appreciated. :-)

[cpp]#include<iostream>
#include<iomanip>
#include<cmath>
#define PI ...

Go to advanced search