fork(1) download
  1. struct foo {
  2. foo();
  3. };
  4.  
  5. foo::foo::foo::foo() = default;
  6.  
  7. int main() {
  8. // your code goes here
  9. return 0;
  10. }
Success #stdin #stdout 0s 4544KB
stdin
Standard input is empty
stdout
Standard output is empty