//a mistake that nearly costs me losing full marks
5 comments:
Anonymous
said...
if(study!=understand)printf("GG"); else if (study>overload)printf("Ki siao"); else if (study=understand)printf("PRO"); else (no_study=understand)printf("GOD");
if(study!=understand)printf("GG"); else if (study>overload)printf("Ki siao"); else if (study=understand)printf("PRO"); else if (no_study=understand)printf("GOD"); else printf("guarantee no error");
5 comments:
if(study!=understand)printf("GG"); else if
(study>overload)printf("Ki siao");
else if
(study=understand)printf("PRO");
else
(no_study=understand)printf("GOD");
error
if(study!=understand)printf("GG"); else if
(study>overload)printf("Ki siao");
else if
(study=understand)printf("PRO");
else if
(no_study=understand)printf("GOD");
else
printf("guarantee no error");
define "guarantee"
do{
printf("gg");
}while(result!=correct);
if(study!=understand)
printf("GG");
else if(study>overload)
printf("Ki siao");
else if(study==understand)
printf("PRO");
else if(no_study==understand)
printf("GOD");
else
printf("dont dare to guarantee edi");
=="
Post a Comment