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 registered user Kuncu ( 10 years ago )
#include <iostream>
#include <cstdio>
int main()
{
int a;
float b;
printf("Obudzil cie budzik,kolejny dzien czas zaczac.Wybierz opcje: \n \n");
std::cout << "A.Wstajesz z lozka i kierujesz sie ku toalety\n\n ";
std::cout << "B.Lezysz dalej i masz wszystko w dupie\n\n ";
std::cin >> a;
std::cout << "Wiec postanowiles lezec dalej, " << std>> b;
std::cout << "Wiec postanowiles wstac i udac sie do toalety, "<< std::endl;
return 0;
}
Revise this Paste