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
dsu on tree(264E BLOOD COUSIN RETURNS)
Scope guarding
Common elements in 3 sorted vectors with extra space
OTHER - Two robots
Comp Conexe
google
thread
Shultz_Lab1.CPP
Test 16(2020)
template