Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
odws
kadane's algorithm 2
MoaJhalMury
Listas enlazadas - merge
insertion_sort
numberOftweets
ugly quick sort
Set Insert Operation
Connected components in complement graph
multiply_without_asterisk
Please log in to post a comment.