fork(1) download
  1. #include <iostream>
  2. #include <vector>
  3. using namespace std;
  4.  
  5. int main() {
  6. std::vector<int> *a;
  7. }
Success #stdin #stdout 0.01s 5288KB
stdin
3
1 2
1 5
1 3
stdout
Standard output is empty