"520" programmer's "fancy" confession method

Any time spent being unhappy is wasted. Any unhappy time is a waste.
Insert picture description here

The annual 520 conference is here today. For singles like Xiaobian, it is the dog food conference, to see who can eat it better.

Some people are thinking about how to get out of the singles, and some people are thinking about how to confess and how to make a better show. The student party said that there are still classes waiting for me.

There may be people who choose to buy gifts with money. Other methods may be more practical. People like new tricks. Everyone says yes.

Nowadays, programmers have a big brainstorm and decided to combine Chinese culture and programming. One after another interesting code was born. It can be said to be the pinnacle of each programmer. It is definitely a bright spot when making girls. A lot of goodwill.

Now let's go to Kangkang, what are the magic codes~

Article 1: Until I die, I love you more every day

while (life < end) {
    
       
love++;
}

To: A bit deep

Article 2: I can not say Hello to the World without u. (Without you, I cannot say hello to the world)

#include <stdio.h> 
int main() {
    
         
        printf("Hello World\n");     
        return 0;
} 

To: It can be seen that his Hello, the profound knowledge of the world

Article 3: The mountains have no mausoleums, the rivers are exhausted, the winter thunder shakes, the summer rains and snow, the heaven and the earth are in harmony, and you dare to be absolutely with you!

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

To: The perfect fusion of literary skills and code

Article 4: I love you till the end

while(!world.destroy){
    
          
        System.out.println("i love you");  
}

Article 5: Two separated worlds; nameless letters; short stays; long memories; saying so much, just want to say: I miss you.

#include <stdio.h> 
int main() 
{
    
     
double world; 
unsigned letter; 
short stay; 
long memories; 
printf("I miss you.\n");
return 0;
}

Article 6: I was born as a good student, and I was born as a matchmaker, knowing each other in the same heart, and a long life.

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;
}

Article 7: The spring breeze is not as good as you for ten miles (the song is instantly remembered in the editor)

var you = function from_future_import(){
    
    }; 
var spring = {
    
        
     'breezing':true,    
             'length':10 
}; 
var  i = [];
i.sort([spring,you])==[you,spring]

Article 8: A hundred years of good cooperation

while('ILoveyou'):  
        for IBeWithYou in range(0,50*365):       
                time.sleep(60*60*24) 
//程序能一直执行,执行完50年,若我们还有50年,余生继续。
//从前的日色变得很慢 
//车马邮件都慢 
//一生只够爱一人

Article 9: Are you afraid of classical Chinese code

girl.collectWormwood(true);
me.meetEveryday(false);
oneDay = oneAutumn *3;
//彼采萧兮,一日不见,如三秋兮。

Article 10: Hold your hand and grow old with your son

for live in [ 生,死]
        live.with(you).
myhand.have(youhand).goto(old).

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

Article 11: No one can control the world, but you can at least control me, this is my tenderness

   world.controlledBy(NoOne)
    withMyGentle() {
    
    
        you.control(me).equals(true)
    }
    //谁都不能掌控全世界,但你至少可以掌控我,这是我的温柔

To: Could this be written by Miss Sister?

Article 12: Wish to have one heart, and the white head will not be separated

I *i = [I new];
[i Get:@"愿" Person:@"得" Heart:@"一人❤️"];
[i Never:@"白首" Be:@"不" Apart:@"分离"];

Article 13: If you love, please love deeply.

 if(love ==1)  {
    
    
        while(1) {
    
    love_depth ++;}
  }
  //若爱,请深爱 。

Article 14: Give you all the temperature in my hands, in exchange for your happy face

if(you.hand==cold&&weather==winter)    //如果冬天里你的手是冰冷的
giveyoulove(myhand.temp,yourhand.temp);    //将我手上的温度全部给予你
return you.happyface;     //换取你幸福的脸庞

Article 15: I have been looking for you, when I find you, I also found the whole world

/**
* 我一直在找你
* 当我找到你
* 也就找到了整个世界
*/
while (i.findYou()) {
    
    
     if (i.get() == you) {
    
    
         System.out.print("Hello,Word!");
     }
}

Article 16: Fall in love at first sight, love each other, never forget the original intention, true love eternal

private void love(int you) {
    
    
    int i = you;         //一见钟情
    you = i;             //相濡以沫
    if(i==you) {
    
             //不忘初心
        love(1);         //真爱永恒
    }
}

Article 17: If you love each other, grow old together

if(you love me && I love you){
    
     // 如果彼此相爱
       this.liveToOld();// 那就白头偕老
}else{
    
    // 否则
       this.bestWishesToYou(); // 祝你一切安好
}

Article 18: The mountains have no edges, the heaven and the earth are in harmony, but you dare to be with the king

[Mountains delete edges];
[heaven stringByAppendingString earth];
[We separate];
//山无棱,天地合,乃敢与君绝

Article 19: Accompanying is the most affectionate confession.

StringBuilder love=newStringBuilder("");
for(;;)
love.append(Math.random()>0.5?1:0);
//陪伴是最长情的告白。
//最浪漫的事,就是和你一起慢慢变老。

Article 20: I have been thinking of you since I met you

Void missing_you()
For(time=meet_you;;time++
Missing_you()

Article 21: First of all, you can't be like this Xiao Jiangzi downstairs, (no) morality and code flying together.

#include <iostream> using namespace std; int main(int argc, char *argv[])
{
    
     cout<<" 调戏慕客君"<<endl; cout<<
"今生有缘于君会,"<<endl; cout<<
"我用代码来回馈。"<<endl; cout<<
"今日有兴来一首,"<<endl; cout<<
"撸得慕课你低头。"<<endl; return 0; }

Article 22: If we add a time limit to our love, I hope it is...
Insert picture description here
Article 23: If you do not come, I will not abandon
Insert picture description here
Article 24: I will wait here in every life you! Even if the face changes, even if the time goes by
Insert picture description here
Article 25: The affection hidden behind the broken heart
Insert picture description here
Article 26: The only thing that can separate you and me is death ❤️
Insert picture description here
To: There is no break?

Article 27: If you love, please love deeply.
Insert picture description here
Article 28: All encounters are destined. ❤️Article
Insert picture description here
29: I’m here, waiting for the wind to wait for you ❤️Article
Insert picture description here
30: You and I are no longer young
Insert picture description here
Article 31: Love is like, blue sky and white clouds, clear sky, sudden storm
Insert picture description here
To: The imagination is rich enough.

Article 32: The Most Affectionate Oak Tree ❤️
Insert picture description here

Guess you like

Origin blog.csdn.net/m0_46259251/article/details/106295160