Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pointer
//Title of this code //g++ 4.8.2 #include <iostream> int main() { int *p,*q; p=new (int); q=new (int); *p=7;*q= *p; std::cout<<p; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Kadane's Algorithm
ttt
Count squares
String match with test
Articulation Point
Średnia bez zera
euler tour (by pure theory)
wealth of banks
expm1
Listas enlazadas - dividir lista en dos reutilizando nodos
Please log in to post a comment.