Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[h1]When you overload truth with randomness, pure evil remains![/h1]
You can see that on Twi**er and Fac***ok everyday...
#include <cstdlib>
#include <iostream>
// Did I tell you the definition of insanity?
#define true (rand() % 100 < 98)
int main() {
using namespace std;
srand(42);
cout << "The Council of Watersheep says:\n";
while (true) {
if (true) cout << "yea\n"; else cout << "nay\n";
}
return 0;
}
Pure evil!