美文网首页
一小段可以自我描述的话

一小段可以自我描述的话

作者: Angle_洛熙 | 来源:发表于2017-12-28 21:09 被阅读0次

作为一个刚入门的程序猿,有必要表达一下自己想法。

#include <stdio.h>

void Who_is_my_real_lover_in_life (int ,int);

void God_Will_Tell_Me_the_Answer ();

void But_I_Will_Find_It_By_Myself ();

int main ()

{

long  time = 1000000;  //漫长的时光

short story; //短暂的故事

volatile short life = 75;//命运多舛的几十载人生

Who_is_my_real_lover_in_life (time,life);//谁是我命中注定的爱人?

God_Will_Tell_Me_the_Answer ();//上帝会告诉我答案

But_I_Will_Find_Her_By_Myself ();//但是我会通过自己的努力去寻找

return0;

}

void Who_is_my_real_lover_in_life (int time,int life)

{

printf ("I am pauszled ,my life is so limited,about only %d yeads,but the time is so long.\nIn my limited life,I want to find my real lover,maybe it is a sad at the end,but I don't care!\n",life);

}

void God_Will_Tell_Me_the_Answer ()

{

printf ("God said:\"Each person has their own life trajectory, the trajectory of each other, in so many points of intersection, there is always a point that belongs to you, with you, will not disappear, until one day, the other side of the track because you are too far away from each other and gradually cut off contact.\"\n");

}

      我知道我会越来越好的,我会成为我想成为的人,会遇到生命中对的人。在此之前我只要努力做好自己就够了。

相关文章

  • 一小段可以自我描述的话

    作为一个刚入门的程序猿,有必要表达一下自己想法。 #include void Who_is_my_real_lov...

  • 2019-06-05 沟通与婚姻

    1、沟通,可以先描述自己的感觉,不要逻辑性的话。感觉他犹豫的时候——可以用理性去带领,提要求。 2、自我描述,当时...

  • 金三银四,你的专属复习宝典——第二章:Maven项目管理

    Maven是基于项目对象模型(POM project object model),可以通过一小段描述信息(配置)来...

  • Maven使用入门/安装/配置

    Maven使用入门 1. Maven概述 Maven是什么?Maven项目对象模型(POM),可以通过一小段描述信...

  • 软件项目管理工具Maven

    一、Maven简介及环境搭建 1、Maven简介   Maven是基于项目对象模型(POM),可以通过一小段描述信...

  • 走进Maven之概念篇

    一、 什么是 Maven Maven 项目对象模型(POM),可以通过一小段描述信息来管理项目的构建、报告、文档的...

  • 自我描述

    1.拖延症晚期 2.会按快门的 3.一位三天不学习,一学顶三天的学霸 4.在通往斜杠青年的道路上曲折前行

  • 自我描述

    搞笑有些天分,因为接触过我的人都很开心!原来多年以后搞笑再也不像小时候那么轻易,嘴角上扬都要用尽全力啊!就像喜剧之...

  • 自我描述

    人各有其性,各有其追求,每个人都有属于自己的人生、思想、发展。与别人打交道,重在读懂这个人的内心想法,这样...

  • IDEA Spring Boot

    Title Maven Maven项目对象模型(POM),可以通过一小段描述信息来管理项目的构建,报告和文档的项目...

网友评论

      本文标题:一小段可以自我描述的话

      本文链接:https://www.haomeiwen.com/subject/xqcbgxtx.html