Judge,
Could you add a section to the versions link that shows the compiler versions as well as the online judge version?
I am able to compile my code, however judge response states compiler error. Since I don't know what the version that the judge uses is, I am not able to determine what the problem is.
Thanks,
Scott
Compiler version
Moderator: Board moderators
-
- New poster
- Posts: 18
- Joined: Thu Jun 20, 2002 4:54 pm
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact:
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact:
You can try to submit code with
[cpp]#include <hash_set.h>[/cpp]or[cpp]#include <ext/hash_set>[/cpp]or[cpp]#include <backward/hash_set.h>[/cpp]
The last two will work only on g++ version 3. Of cource, if hash sets are disabled on OJ (I don't know), then you'll get CE and no info.
You can also try
[cpp]#include <backward/set.h>[/cpp]If directory backward exists at all, then it's g++ 3.
[cpp]#include <hash_set.h>[/cpp]or[cpp]#include <ext/hash_set>[/cpp]or[cpp]#include <backward/hash_set.h>[/cpp]
The last two will work only on g++ version 3. Of cource, if hash sets are disabled on OJ (I don't know), then you'll get CE and no info.
You can also try
[cpp]#include <backward/set.h>[/cpp]If directory backward exists at all, then it's g++ 3.
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact: