谁说程序员不懂的浪漫的,今天和小伙伴一起做一个表白的案例,怎么样?是不是很期待啊!哈哈
直接上代码。。。。
#include
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 = ; //漫长的时光
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");
}
void But_I_Will_Find_It_By_Myself ()
{
printf ("Finally,I konw the answer of where is my lover,she is in my life,I must use my heart to find,and finally,I will find her!\n");
}
小伙伴在操作的过程中有问题可以留言!
小编推荐一个学C/C++的学习裙三四零,六五一,六八七,无论你是大牛还是小白,是想转行还是想入行都可以来了解一起进步一
起学习!裙内有很多干货和技术分享!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/70200.html