#include \"stdio.h\"
main()
{FILE *myMind;
printf(\"Life is A rollercoaster\"); /*生活就像过山车*/
if(myMind=fopen(\"My Heart\",\"w+\")==NULL)
printf(\"tomorrow never comes\");
fputs(\"YOU\",myMind);
printf(\"U\'R the last things on my mind!\");
}
#include \"stdio.h\"
main()
{FILE *myMind;
printf(\"Life is A rollercoaster\"); /*生活就像过山车*/
if(myMind=fopen(\"My Heart\",\"w+\")==NULL)
printf(\"tomorrow never comes\");
fputs(\"YOU\",myMind);
printf(\"U\'R the last things on my mind!\");
}