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
HW0
c2p
Factorial Inv wip
Stock buy/sell, maximum subarray problem
LRU cache
cppPySuper
Vectors as Inputs to Map
PrintShapePointer
Problem D
ledproject