Staredit Network > Forums > Null > Topic: Riddle
Riddle
Oct 17 2011, 7:21 pm
By: Apos  

Oct 17 2011, 7:21 pm Apos Post #1

I order you to forgive yourself!

Hey all! In this thread, you can post your riddles so others can try and figure them out.

In order to start a new riddle, the previous riddles have to be solved or declared unsolvable or skipped (I guess this can be decided if no one likes the current riddle.).

Here is this first riddle. It's related to coding and programming languages.

Code
//Assuming you have two variables, 'a' and 'b'. Find a way to swap them without the need for a third variable 'c'.
int a = 4;
int b = 5;

int c = a;
a = b;
b = c;

//Here a = 5 and b = 4.


Note: I'm pretty bad at starting those kind of games so any suggestions to improve the current setup is very appreciated.

Post has been edited 1 time(s), last time on Oct 17 2011, 7:39 pm by Apos. Reason: English mistakes...




Oct 17 2011, 7:25 pm Sacrieur Post #2

Still Napping

Code
//Assuming you have two variables, 'a' and 'b'. Find a way to swap them without the need for a third variable 'c'.
int a = 4;
int b = 5;

int d = a;
a = b;
b = d;

//Here a = 5 and b = 4.


Do I get a cookie?



None.

Oct 17 2011, 7:27 pm Apos Post #3

I order you to forgive yourself!

Loled, I should have said, without adding any other variables other than 'a' and 'b'.




Oct 17 2011, 7:36 pm lil-Inferno Post #4

Just here for the pie

int a = 4;
int b = 5;

b = a + b;
a = b - a;
b = b - a;

Followed in that order you should end up with a = 5, and b = 4.




Oct 17 2011, 7:38 pm Apos Post #5

I order you to forgive yourself!

Quote from lil-Inferno
int a = 4;
int b = 5;

b = a + b;
a = b - a;
b = b - a;
:facts: First riddle solved!




Oct 17 2011, 7:38 pm ubermctastic Post #6



int a = 4;
int b = 5;

int a = a+b
int b = a-b
int a = a-b

Dangit I got ninjad



None.

Oct 17 2011, 7:43 pm Aristocrat Post #7



Why would you ever code that way...



None.

Oct 17 2011, 7:50 pm lil-Inferno Post #8

Just here for the pie

Quote from Aristocrat
Why would you ever code that way...
For the purpose of a riddle.




Oct 17 2011, 8:02 pm The Starport Post #9



Quote from Aristocrat
Why would you ever code that way...
I did things like that a lot when trying to cobble together arithmetic in starcraft triggers. :crazy:



None.

Oct 17 2011, 8:33 pm Lanthanide Post #10



Quote from Aristocrat
Why would you ever code that way...
In early/low-powered computers, they didn't have a lot of resources to spare for extra variables and such. It's doubtful that multiple arithmetic operations would ever be considered a good trade off, unless you absolutely had to do it, though.



None.

Oct 17 2011, 9:21 pm The Starport Post #11



Addition/subtraction aren't terribly expensive operations, though.



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[01:24 pm]
Vrael -- NEED SOME SPORTBALL> WE GOT YOUR SPORTBALL EQUIPMENT MANUFACTURING
[2024-4-30. : 5:08 pm]
Oh_Man -- https://youtu.be/lGxUOgfmUCQ
[2024-4-30. : 7:43 am]
NudeRaider -- Vrael
Vrael shouted: if you're gonna link that shit at least link some quality shit: https://www.youtube.com/watch?v=uUV3KvnvT-w
Yeah I'm not a big fan of Westernhagen either, Fanta vier much better! But they didn't drop the lyrics that fit the situation. Farty: Ich bin wieder hier; nobody: in meinem Revier; Me: war nie wirklich weg
[2024-4-29. : 6:36 pm]
RIVE -- Nah, I'm still on Orange Box.
[2024-4-29. : 4:36 pm]
Oh_Man -- anyone play Outside the Box yet? it was a fun time
[2024-4-29. : 12:52 pm]
Vrael -- if you're gonna link that shit at least link some quality shit: https://www.youtube.com/watch?v=uUV3KvnvT-w
[2024-4-29. : 11:17 am]
Zycorax -- :wob:
[2024-4-27. : 9:38 pm]
NudeRaider -- Ultraviolet
Ultraviolet shouted: NudeRaider sing it brother
trust me, you don't wanna hear that. I defer that to the pros.
[2024-4-27. : 7:56 pm]
Ultraviolet -- NudeRaider
NudeRaider shouted: "War nie wirklich weg" 🎵
sing it brother
[2024-4-27. : 6:24 pm]
NudeRaider -- "War nie wirklich weg" 🎵
Please log in to shout.


Members Online: Roy