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

Is C++ STL not valid for submission?
Posted by Brandon Ryan 24 Dec 2002 00:30
I cannot figure out why I get a compilation error on submission to
problem 1005.  I wont post my code here, because it will give away
the answer as the algorithm works on my machine.  I can mention that
my include sections is like this:

#include <iostream.h>
#include <vector.h>
#include <algo.h>

Is this why it is not compiling? ... because I'm using STL?

Thanks.