Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
#22.1
#include <iostream> using namespace std; int main() { int tablica[20]; for (int i = 0; i < 20; i++){ tablica[i] = 1 + i*5; } for (int i = 0; i < 20; i++){ cout << "[" << i << "] " << tablica[i] << endl; } return 0; }
run
|
edit
|
history
|
help
0
Program of cube
Revers find file in windows
RecursiveDivide
Shadow pointer member variable
Error with move capture of a const ref in a lambda function
Hangman
operator/function lookup
defined(FOO)
Wide string to lowercase
Overload