fork(2) download
  1. #include <iostream>
  2. #include <unordered_map>
  3.  
  4. using namespace std;
  5.  
  6. struct sagrup
  7. {
  8. int imps;
  9. int clicks;
  10. int uclicks;
  11. int conversions;
  12. int * variable;
  13. unordered_map<int, sagrup*> siguiente;
  14. };
  15.  
  16. unordered_map<int, sagrup> agrupacion;
  17.  
  18. int main() {
  19. // your code goes here
  20. return 0;
  21. }
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
Standard output is empty