fork download
  1. int main()
  2. {
  3. try {
  4. throw 3;
  5. }
  6. catch (int x) {
  7. // :-)
  8. }
  9. }
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
Standard output is empty