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:59 am]
RIVE -- Lots of fun little nods to different works of others in the cheats too.
[05:17 pm]
Oh_Man -- so i was today years old wen i learned rebel yell starcraft mission is named after a billy idol song. makes me wonder wat other missions are named after songs
[2026-6-04. : 3:42 am]
RIVE -- Hellooooo, Nurse
[2026-6-03. : 4:19 pm]
NudeRaider -- Hello World!
[2026-6-01. : 4:03 pm]
IskatuMesk -- no Hello World? No Hello . jpeg? Not even ddosing some government website? smh my head
[2026-5-31. : 10:02 pm]
Symmetry -- I was really just figuring out how to compile
[2026-5-31. : 10:02 pm]
Symmetry -- I didn't make it do anything
[2026-5-31. : 9:17 pm]
Ultraviolet -- hell yeah. did you have trouble making the button functional, or just haven't gotten there yet?
[2026-5-31. : 8:29 pm]
Symmetry -- I made the marine shoot lasers and gave the medic a nonfunctional button
[2026-5-31. : 8:07 pm]
Ultraviolet -- Symmetry
Symmetry shouted: I did my first EUD thing today. Feels like me finding arsenal at age 8 again
haha for sure. in some ways it's even more exciting because you can play EUD maps on regular battle.net, don't need to convince someone to download your mod to play with you. what did you do?
Please log in to shout.


Members Online: jun3hong