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

const_reverse_iterator!
Posted by Moskvin 2 Oct 2007 17:24
Недоступна функциональность const_reverse_iterator
Выдает ошибку Compilation Error, код:
#include <vector>
#include <iterator>
...
std::vector<long long> storage;
...
for (std::vector<long long>::const_reverse_iterator ci=storage.rbegin();ci!=ci.rend();++ci)
{
 ...
}

Просьба исправить. В VC++8 код чистый и без warningov
Re: const_reverse_iterator!
Posted by [SPbSU ITMO] WiNGeR 5 Oct 2007 04:39
Use __int64 istead of long long