Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
#30.1
#include <iostream> #include <string> using namespace std; int main() { for (int i = 1; i < 4; i++) { for (int j = 1; j < 4; j++) { for (int k = 1; k < 4; k++) { for (int l = 1; l < 4; l++) { for (int m = 1; m < 4; m++) { cout << i << " " << j << " " << k << " " << l << " " << m << endl; } } } } } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
#22.2
#27
Matrix paths right-down only, going through XY
parantheses matching using stack in C++ - test
#30.3
Additional layer of indirection
enable_if::type
new
Copy elision sample modern C++
cv3
stackse - search stackoverflow differently
Please log in to post a comment.