Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
exception
//g++ 5.4.0 #include <iostream> using namespace std; class myexception:public exception {virtual const char* what() const throw() { return "exception arised"; } }myex; int main() { try { throw myex; } catch(exception& e) { cout<<e.what()<<endl; } return 0; }
run
|
edit
|
history
|
help
0
basic caculate i
typedef
inversion of array using merge sort
Pairs with given sum
unordered_map
hilbert
property get set
UB mutex lock
Спарсить полученный в виде строки JSON в объект (Boost)
find first non repeating