fork(2) download
  1. #include <signal.h>
  2.  
  3. int main()
  4. {
  5. try
  6. {
  7. return 10 / 0;
  8. }
  9. catch (...)
  10. {}
  11. return 0;
  12. }
Runtime error #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty