Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
samp error
//g++ 5.4.0 #include <iostream> using namespace std; class sample{ ~sample(){ cout<<"des"<<endl; } }; int main() { sample *a1=new sample(); sample *a2=new sample(); delete a1; return 0; }
run
|
edit
|
history
|
help
0
star print1
find-missing-number-arithmetic-progression
congruence modulo equations (together with a simple BigInteger class)
Pollard Rho Brent Integer Factorization - 11476 - Factorizing Larget Integers
Common elements in 3 sorted vectors with extra space
MovConstrAssign4
Count edges in a graph
Test constructors and operators
simple use of templete
infections.cpp