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.
[12:51 pm]
Zakerozi -- Lel... This guy is probably a Zoomer :D :D :D
[09:57 am]
NudeRaider -- dydwk474
dydwk474 shouted: HOW DO YOU EVEN UPLOAD FILE HERE THATS BULLCOWAP THE WEBSITE DUMB
mostly magic, but also doing a :wob:-raindance and sacrificing your firstborn. If that sounds like too much effort, just use www.scmscx.com
[09:55 am]
NudeRaider -- Vrael, did you rename your account?
[07:30 am]
dydwk474 -- HOW DO YOU EVEN UPLOAD FILE HERE THATS BULLCOWAP THE WEBSITE DUMB
[07:30 am]
dydwk474 -- WHAT
[2026-8-24. : 1:15 am]
Symmetry -- There are so many people here I'm surprised we're still online :hurr:
[2026-8-23. : 9:47 pm]
Symmetry -- :wob::wob:
[2026-8-23. : 9:14 pm]
Apos -- I like to :wob:-it :wob:-it.
[2026-8-22. : 11:25 pm]
Zakerozi -- HI
[2026-8-22. : 10:29 pm]
Symmetry -- handledeez nuts
Please log in to shout.


Members Online: lifebot