fork download
  1. #include <string>
  2.  
  3. int main()
  4. {
  5. std::string s(nullptr);
  6. }
Runtime error #stdin #stdout #stderr 0s 2980KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid