fork download
  1. #include <iostream>
  2. using namespace std;
  3. #include <unordered_map>
  4.  
  5. int main() {
  6. using myMap = std::unordered_map<int,int>;
  7. myMap temp;
  8. // your code goes here
  9. return 0;
  10. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
Standard output is empty