生日祝福 创意C语言代码

生日祝福 创意C语言代码

#include<dcs2012_Hensen.h>
#include<stdio.h>
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.*/

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