程序员表白代码哦🤭

2019-07-23  本文已影响0人  淑女洁洁

第一条:直到死之前,每天爱你多一点

while (life < end) {

  love++;

}

第二条:I can not say Hello to the World without u.

#inclde <stdio.h>

int main() {

    printf("Hello World\n");

    retrn 0;

}

// I can not say Hello to the World without u.

第三条:山无陵, 江水为竭, 冬雷震震, 夏雨雪, 天地合, 乃敢与君绝!

if(mountain.arris==None):

    if(river.water==None):

        if(winter.thunder==True):

            if(summer.snow==True):

                if(sky.height==ground.height):

                    i.withyou=False

else:

    i.withyou=True

第四条:深圳相遇,至死不渝

-module(you_and_me).

-export([start/1]).

-record(person,{name,address,status}).

start(Name) ->

        one_world(Name).

one_world(Name) ->

        Me=#person{name=Name, address=sz, status=alive},

        when_meet_you(Me).

when_meet_you(Person = #person{name=me}) ->

        start_to_love_you(Person);

when_meet_you(_) ->

        ignore.

start_to_love_you(Person) ->

        io:format("~p: I Love You!~n", [Person#person.name]),

        keep_to_love_you(Person).

keep_to_love_you(Person=#person{name=me, status=die}) ->

        say_goodbye(Person),

        see_you_next_world(Person#person.name);

keep_to_love_you(Person = #person{name=me}) ->

        io:format("~p: I Love You Forever!~n", [Person#person.name]),

        keep_to_love_you(Person).

say_goodbye(Person) ->

        io:format("~p: see you next world!~n", [Person#person.name]).

see_you_next_world(Name) ->

        one_world(Name).

第五条:爱你到天荒地老

while(!world.destroy){

    System.out.println("i love you");

}

第六条:两隔的世界; 无名的信件; 短暂的停留; 长久的记忆; 说这么多,只是想说:我想你了。

#include <stdio.h>

int main()

{

double world;

unsigned letter;

short stay;

long memories;

printf("I miss you.\n");

return 0;

}

第七条:我生为卿生,卿生赴我媒,同心两相知,长命无绝衰

//人

class Person{

//...

private:

  void* id;    //本我

  void* ego;    //自我

  void* superego;  //超我

};

//伴侣——不分你我地联合

union Couple{

  void* you;

  void* me;

};

//生生世世的伴侣们

vector<Couple*>* timelessCouples = new vector<Couple*>();

//有你、有我的世界 

int main(int argc, char** argv){

  //亘古...

  timeFlies();//...岁月...

  Person* me = new Person();//我

  timeFlies();//...岁月...

  Person* you = new Person();//你

  timeFlies();//...岁月...

  if(check(time, place, you, me) == true){

    //如果时间、地点,还有你,都没有异见,我愿陪你,从亘古到永远

    Couple * newCouple = new Couple();

    newCouple->me = you;

    timelessCouples->push_back(newCouple);

  }

  timeFlies();//...岁月...

  //永远... 

  return 0;

}

第八条:春风十里不如你

var you = function from_future_import(){};

var spring = {

    'breezing':true,

    'length':10

};

var  i = [];

i.sort([spring,you])==[you,spring]

第九条:我的世界只有太阳、月亮和你

/**

* I love three things in this world.Sun, moon and you. Sun for morning, moon for night, and you forever.

*/

class LoveThreeThings extends Me

{

    const loveFirstThings  = 'Sun';

    const loveSecondThings = 'Moon';

    const loveThirdThings  = 'You';

    public function MyLove()

    {

        return 'I Love' . self::loveThirdThings . 'forever. Never change!';

    }

}

第十条:百年好合

while('ILoveyou'):

    for IBeWithYou in range(0,50*365):

        time.sleep(60*60*24)

//程序能一直执行,执行完50年,若我们还有50年,余生继续。

//从前的日色变得很慢

//车马邮件都慢

//一生只够爱一人

第十一条:文言文代码你怕不怕

girl.collectWormwood(true);

me.meetEveryday(false);

oneDay = oneAutumn *3;

//彼采萧兮,一日不见,如三秋兮。

第十二条:执子之手,与子偕老

for live in [ 生,死]:

        live.with(you).

myhand.have(youhand).goto(old).

//死生契阔,与子成说;执子之手,与子偕老。

第十三条:谁都不能掌控全世界,但你至少可以掌控我,这是我的温柔

  world.controlledBy(NoOne)

    withMyGentle() {

        you.control(me).equals(true)

    }

    //谁都不能掌控全世界,但你至少可以掌控我,这是我的温柔

第十四条:愿得一人心,白首不分离

I *i = [I new];

[i Get:@"愿" Person:@"得" Heart:@"一人❤️"];

[i Never:@"白首" Be:@"不" Apart:@"分离"];

第十五条:若爱,请深爱 。

if(love ==1)  {

        while(1) {love_depth ++;}

  }

  //若爱,请深爱 。

第十六条:如果给我们的爱加一个期限,我希望是. . .

第十七条:将我手上的温度全部给予你,换取你幸福的脸庞

if(you.hand==cold&&weather==winter)    //如果冬天里你的手是冰冷的

giveyoulove(myhand.temp,yourhand.temp);    //将我手上的温度全部给予你

return you.happyface;    //换取你幸福的脸庞

上一篇下一篇

猜你喜欢

热点阅读