Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
code
//Title of this code //g++ 4.8.2 #include <iostream> int main() { int v[100]; for(int i=0;i<10;i++){v[i]=i;} for(int i=0;i<10;i++){std::cout<<v[i];} for(int i=0;i<10;++i){v[i]=i;} for(int i=0;i<10;i++){std::cout<<v[i];} }
run
|
edit
|
history
|
help
0
Mapas - convertir número telefónico
can be zero
HeapSort
Cuantos dedos
Perfect Square Solution
Testul 11(2021)
fgm
Tree
Sorting sort function stl in c++
my template