1 2 3 4 5 6 | #include <boost/lexical_cast.hpp> #include <string> int main(int ac, char **av) { boost::lexical_cast<bool, std::string>(std::string("true")); } |
I2luY2x1ZGUgPGJvb3N0L2xleGljYWxfY2FzdC5ocHA+CiNpbmNsdWRlIDxzdHJpbmc+CgppbnQgbWFpbihpbnQgYWMsIGNoYXIgKiphdikgewogIGJvb3N0OjpsZXhpY2FsX2Nhc3Q8Ym9vbCwgc3RkOjpzdHJpbmc+KHN0ZDo6c3RyaW5nKCJ0cnVlIikpOwp9
-
upload with new input
-
result: Runtime error time: 0s memory: 2860 kB signal: 6 (SIGABRT)


