生日祝福 创意C语言代码

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

生日祝福 创意C语言代码

#include
#include
int day=1;
long long road=0;
long float determination=1, destination=4*365;
float *cindy;
main()
{
    for(;road<=destination;road+=day)
    {
        cindy=&road;
        if(determination)*cindy=destination;
        destination++;
        printf("%f/n",*cindy);
    }
}
/*This program shall never end.
Although the destination is moving forward,
if Cindy has determination, she can keep on to the goal.*/

转载于:https://my.oschina.net/sindythesupernova/blog/264827

你可能感兴趣的:(生日祝福 创意C语言代码)