Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Optimization Lab 2
pranav pandey
operator++
0-1 Knapsack
Matrix rotation
Hello world!
Test 8(2010)
simple use of namespace
tasks
Triangle
Please log in to post a comment.