【情人節 程序員】
情人節創意表白:今天是2月13日了。。身為程序員的JIEGE想和他暗戀多年的小蘿莉表白。。可是JIEGE開不了口。。於是寫了下面這個程序。。你能看懂他的意思么?
#include
#include
#define some 10000
struct
{
bool love;
bool emotion;
int heart;
int love_to_you;
}my;
main()
{
int *moon;
char question[100];
gets(question);
if(!strcmp(question,"How much do you love me"))
my.love_to_you=some;
my.emotion=true;
my.love=true;
*moon=my.heart;
if(!strcmp(question,"How much do you love me"))
my.love_to_you=some;
(const int)my.emotion;
(const int)my.love;
*moon=my.heart;
}