Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
#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
MSVCStatic
rvalue lifetime
#18
Dices by GOOSE
VS struct_member_name
Visual Studio 2015 Compiler Bug: 64bit multiplication
#33
PreprocessorVsNamespace
rang_warnings
VC++. G3log timestamp formatting.