Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
list iota cout
#include <iostream> #include <list> #include <numeric> using namespace std; int main() { list<int> l(10); iota(l.begin(), l.end(), -4); cout<<l.back(); }
run
|
edit
|
history
|
help
0
enum operator
First
unordered graphs search
Magic, why 1 2?
Access namespace by unqualified manner
Graphs Iteration2 Directed Graphs
Tree Example
Throttle Example using circular queue (push all but 2 less than maxSize; then pop all but 2 less than current size)
test string
List comprehension in C++ using functional patterns