Zobaczyłam to i mi się coś przypomniało -> program Beshting niemojego
autorstwa:
[można udoskonalić, tylko że prawa autorskie jakiegoś kolegi]
#include <iostream.h> #include <stdlib.h> #include <ctime>
int main()
{
srand(time(0));
cout<<"\n";
char ssij[10];
for (int i=0; i<50; i++)
{
int huj;
huj=rand()%8;
if (!huj) cout<<"Twoja stara pierze w rzece!!"<<"\n";
else if (huj==1) cout<<"Ssij"<<"\n";
else if (huj==2) cout<<"Tata wchodzi Ci do wanny!!"<<"\n";
else if (huj==3) cout<<"Siorbaj kobze"<<"\n";
else if (huj==4) cout<<"Go to w 3.14-zdu"<<"\n";
else if (huj==5) cout<<"Twoja stara jest typu public"<<"\n";
else if (huj==6) cout<<"Twoja z dziecmi!!"<<"\n";
else if (huj==7) cout<<"Smierdzisz cyganskim dywanem!!"<<"\n";
obciagara (19000000);
}
system("PAUSE");
return 0;
Najlepiej sobie to towarzysze skompilujcie... :D
-- Anastazja "Akai" Schafa-Zrazunov-de Folvil-Arped czy jakoś tak... wandu-wandu: 6801354 [Non-text portions of this message have been removed]Received on Fri 02 Nov 2007 - 13:47:47 CET
This archive was generated by hypermail 2.4.0 : Wed 08 Jan 2020 - 17:31:20 CET