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

Unaccesible hash_set
Posted by olorin 24 Mar 2007 15:27
Здравствуйте!
Вопрос к организаторам - когда вы узнаете точно, есть ли в использумом вами компиляторе контейнер hash_set??
Re: Unaccesible hash_set
Posted by [SPbSU EatMore] WiNGeR 25 Mar 2007 19:10
#include <hash_set>

using namespace std;

hash_set<int> h;

......

This code is compiling normally