fork(1) download
  1. int main()
  2. {
  3. struct One {
  4. double A, B; int id;
  5. };
  6. struct Two {
  7. int event,part;
  8.  
  9. struct One *Spin=new One[part];
  10.  
  11. } TwoInc;
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
Standard output is empty