fork download
  1. int main() try { throw 1; } catch (int i) { return 0; }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
Standard output is empty