Language
C++
Compiler
gcc 8.4.0
Options
Warnings
Boost 1.75.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.75.0-gcc-8.4.0/include -std=gnu++2a
std::string().at(1)
Caught exception: basic_string::at: __n (which is 1) >= this->size() (which is 0)
divide(1,0)
Caught exception: bad input:1/0
Exit Code:
0