Miscellaneous > Programming & Networking

Let's play a game, pals.

<< < (2/3) > >>

worker201:
I know what an unreal number is.  I just didn't know there was a special name for an unreal number with integer coefficients.

TheQuirk:
I figured as much. I simply gave the definition to make my post seem bigger. :)

Pathos:
5min to write 10min to debug.


#include
#include
#include

using namespace std;

typedef vector IntList;
int result;
IntList nums;

void Test(IntList::iterator i, int value, string s = "")
{
    if (i == nums.end())
    {
        if (value == result) cout nums;
    cin >> result;
    cout

solemnwarning:
Challenge #2

make the most compilcated "hello world" program you can


--- Code: ---#!/usr/bin/perl
$hello = "hello";
$world = "world";
$hiworld = "$hello"."$world";
open(TXT, ">/tmp/helloworld");
print TXT "$hiworld";
close(TXT);
system("/bin/cat /tmp/helloworld");
system("/bin/rm -f /tmp/helloworld");
--- End code ---

if some1 makes a more complicated post ill make more ;)

skyman8081:

--- Quote from: solemnwarning ---Challenge #2

make the most compilcated "hello world" program you can


--- Code: ---#!/usr/bin/perl
$hello = "hello";
$world = "world";
$hiworld = "$hello"."$world";
open(TXT, ">/tmp/helloworld");
print TXT "$hiworld";
close(TXT);
system("/bin/cat /tmp/helloworld");
system("/bin/rm -f /tmp/helloworld");
--- End code ---

if some1 makes a more complicated post ill make more ;)
--- End quote ---
The output of that is: "helloworld"

you fail it.

and, in BrainFuck:

--- Code: --->+++++++++[-]++++++[-]>+++++++[-]++++++++++.
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version