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
Q
Continuous Sub Set with given sum
Policy based smart pointer
Stock buy/sell
Lockable static queue
Vec+Mem+Adv_11
RuntimeError
variadic pointer to function template
ADAKOHL - hpclearn
pointer to template function