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.
Próba
Kth smallest element
expm1
HeapSort
SEJM BLURWA
Matrix Multiplication Using Threads
GRAPH DFS & BFS
Elevator 3
ONP is working!
Why C++ optimizer has problems with these temporary variables
Please log in to post a comment.