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.
[2026-4-18. : 3:57 am]
NudeRaider -- https://staredit.net/381600/ You have 5 minutes, then you can only edit your posts.
[2026-4-17. : 4:05 pm]
NudeRaider -- DarkenedFantasies
DarkenedFantasies shouted: you eat lots of beans
:lol:
[2026-4-17. : 11:30 am]
NudeRaider -- I would like 3000 minerals, please
[2026-4-16. : 7:32 pm]
Zoan -- I got $2000 bonus. I would like 2000 minerals, please
[2026-4-16. : 4:15 am]
DarkenedFantasies -- you eat lots of beans
[2026-4-16. : 3:46 am]
IskatuMesk -- how do i get gas
[2026-4-15. : 11:43 pm]
Moose -- you don't
[2026-4-15. : 10:06 pm]
Zoan -- how do i get minerals
[2026-4-14. : 11:45 pm]
ClansAreForGays -- Anyone wanna played Skewed StarCraft?
[2026-4-14. : 12:07 am]
Vrael -- NudeRaider
NudeRaider shouted: Vrael ranting still is though
you're a gentleman and a scholar, thank you
Please log in to shout.


Members Online: shortfranchise8, Ultraviolet, Zoan