Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by 111 ( 14 years ago )
int user;
for(int k = 0; k < ORG; k++){
            for(int i = 0; i < index.size(); i++){
                int org = index[rand()%index.size()];
                for(int j = 0; j < index.size(); j++)
                    if(index.at(j) == org)
                        index.remove(j);
                for(int j = 0; j < rand()%(10)+1; j++){
                    user = rand()%USER+1
                    for(int k = 0; k < rand()%(10)+1; k++){
                        out << "(" << rand()%5+1
                            << ",'" << "text"
                            << "'," << user
                            << "," << org+1
                            << "),<br>";
                }
            }          
        }

 

Revise this Paste

Children: 59148
Your Name: Code Language: