fork download
  1. #include <map>
  2.  
  3. class test;
  4. typedef std::map<int, test> test_map;
  5. typedef test_map::iterator test_map_iterator;
  6.  
  7. int main() {}
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
Standard output is empty