fork download
  1. struct nod
  2. {
  3. static int i;
  4. };
  5.  
  6. int main()
  7. {
  8.  
  9. return 0;
  10. }
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty