SHEEPMAN69
Country: Nigeria
Registered: February 23, 2022
Last post: February 23, 2022 at 4:22 PM
Posts: 4

THEY JUST ENDED THE STREAM LOL! No stream for 100T match i guess

posted about 2 years ago

LOL EU PRODUCTION

posted about 2 years ago

why tf is https://www.twitch.tv/thezohancasts on 3 month follower only mode

posted about 2 years ago

#include <iostream>
#include <time.h>
#include <string>

using namespace std;

int main()
{
string Steel;
string Chamber;
string notChamber;

srand(time(NULL));
int randNum = rand()%2;
if (randNum == 0){
Steel = Chamber;
cout << "win";
}
else {
Steel = notChamber;
cout << "lose";
}
}

posted about 2 years ago