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
Cuantos dedos
Microsoft - MaxEmployeeAttendence (R repititions - Semi Optimised DP)
copy_if c++98
Matrix multiplication naive approach
1
zeroout
template
2
DP on Trees: Type B (In/out Dp)
pyramid