Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Beadandó
//g++ 7.4.0 #include <iostream> #include <vector> using namespace std; int main() { vector<int>v; for(int i=0; i<10; i++){ v.push_back(i); } for(int i:v){ cout<<v[i]<<endl; } cout << "Hello, world!"<<endl; cout<<"Itt vagyunk"; }
run
|
edit
|
history
|
help
0
D.E.Shaw Binary Search Question
bitmap with pairs
Splitwise Problem - 2
mergesort tree
StackListHi
Maximum product subarray
lock
11
Complex Number Class
Base File.cpp