fork download
  1. #include <iostream>
  2.  
  3. void f() {
  4. throw "lol crashed this program";
  5. }
  6. int main() {
  7. f();
  8. std::cout << "..";
  9. }
Runtime error #stdin #stdout #stderr 0s 3024KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
terminate called after throwing an instance of 'char const*'