Here are the compiler error messages from the Online-Judge sent by eMail:
04626291_24.c: In method `BlocksWorld::BlocksWorld(int)': 04626291_24.c:23: no matching function for call to `vector<vector<int,allocator<int> >,allocator<vector<int,allocator<int> > > >::at (size_t &)' 04626291_24.c: In ...
now I finished my solution for 101 problem with C++ language. But what I get from the Online-Judge (I don't submit via eMail) is a Compile Error , why? For compiling I am using DevCpp 5 with the gcc 3.4.2 version. While compiling ( g++ -Wall -pedantic ) I have no errors or warnings ...