fork download
  1. Thing myfunc()
  2. {
  3. if(cond1)
  4. {
  5. if(cond2)
  6. return something;
  7. }
  8. return somethingelse;
  9. }
  10.  
Runtime error #stdin #stdout 0.82s 214656KB
stdin
Standard input is empty
stdout
Standard output is empty