Jump to content

Kaguya's AMA Version 2


Kaguya

Recommended Posts

Can you decipher this code and tell me what it does?

 

#include<stdio.h>
#include<stdlib.h>

int ver(int thk, int dif){
     char verf;

     printf("\nMy guess: %d\nIs that right? \n", thk);
     verf = getch();

     if(verf == 'b')
     return thk + dif;

     if(verf == 'a')
     return thk - dif;

     if(verf == 'p'){
     printf("\n\nHurraaay! I guessed right!\n");
     exit(0);
     }
}
int main(void) {
     int thk;

     thk = 500;
     thk = ver(thk, 250);
     thk = ver(thk, 125);
     thk = ver(thk, 63);
     thk = ver(thk, 32);
     thk = ver(thk, 16);
     thk = ver(thk, 8);
     thk = ver(thk, 4);
     thk = ver(thk, 2);
     thk = ver(thk, 1);

     printf("\n\nDon't lie to me... I know it's %d", thk);

     getch();
     return 0;
}

Link to comment
Share on other sites

Do you cut your own hair by yourself?

Indeed I do.

 

Can you decipher this code and tell me what it does?

 

#include<stdio.h>

#include<stdlib.h>

int ver(int thk, int dif){

     char verf;

     printf("\nMy guess: %d\nIs that right? \n", thk);

     verf = getch();

     if(verf == 'b')

     return thk + dif;

     if(verf == 'a')

     return thk - dif;

     if(verf == 'p'){

     printf("\n\nHurraaay! I guessed right!\n");

     exit(0);

     }

}

int main(void) {

     int thk;

     thk = 500;

     thk = ver(thk, 250);

     thk = ver(thk, 125);

     thk = ver(thk, 63);

     thk = ver(thk, 32);

     thk = ver(thk, 16);

     thk = ver(thk, 8);

     thk = ver(thk, 4);

     thk = ver(thk, 2);

     thk = ver(thk, 1);

     printf("\n\nDon't lie to me... I know it's %d", thk);

     getch();

     return 0;

}

Not going to look at it.

Link to comment
Share on other sites

How many times have you re-read F/SN? Is it your favorite TM work? If not which one is it?

I've read it about 3 times.

I actually liked Mahoutsukai no Yoru better than Fate- Hell, I even liked Tsukihime better than it. Fate is above KnK, though.

 

Do you enjoy sweets? If so, what's your favorite dessert?

I love sweets, though I don't eat them very often. I like pudding.

Link to comment
Share on other sites

@code

Hmm, won't that break if you type something other than a, b or p for getch? Also, looks like you can do a binary search with it... except wait, that's just much mislead. It actually fools you into thinking you're making meaningful choices, but in the end you will always be "right".

Link to comment
Share on other sites

What would you do if you saw the rapper mentioned in this article screaming and running around with blood spewing out from his crotch right in front of you?

 

20jr4ep.jpg

I'd ignore him. Would probably get away from him as well.

 

What if you met your own clone?

I'd wonder why they cloned me of all people. Would probably just leave the clone be, I hate dealing with people like myself.

Link to comment
Share on other sites

I wanted to revive your old AMA, but it got merged together with your fanfics, and I couldn't bring myself to revive it, Why is it that I did not revive that thread?

Because the whole thing became too much of a mess.

 

If anyone would declare war against your cult, how would you respond?

I'd take the chance to advertise, though we would probably not engage in battle. Besides, we have three mods and tons of fuwa veterans- the thing is not a cult about me anymore :P

Link to comment
Share on other sites

What would you do if you came home one day and saw your house or whatever you live in on fire?

Me, going out? That's preposterous! Well, I guess I do go out for hiking sometimes.

I'd just go to a hotel until I bought everything I lost back. I'd also wait until the repairs were finished, but it probably wouldn't affect me much.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...