Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <ctime> using namespace std; int main() { srand(time(0)); for(int i=0; i<10; ++i){ cout << rand()%5; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines