私はVisual Studio 2008を使用しています。これは私のコードです:
#include "stdafx.h"
#include <conio.h>
#include <hash_map>
#include <iostream>
using namespace std;
hash_map <int, int> hm;
int main()
{
return 0;
}
そして、ここに私のエラーがあります:
error C2143: syntax error : missing ';' before '<'
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int