03 2017 档案

摘要:#include<stdio.h> void main() { int iNum1,iNum2; while(1) { printf("please input two number:"); scanf("%d%d",&iNum1,&iNum2); if(iNum1+iNum2)%5!=0) pri 阅读全文
posted @ 2017-03-20 07:53 KLDYG 阅读(865) 评论(0) 推荐(0)
摘要:#include<stdio.h> void main() { char cLicence; printf("please input your driving licence:"); scanf("%c",&Licence) { case'A': printf("you can drive bus 阅读全文
posted @ 2017-03-19 20:38 KLDYG 阅读(166) 评论(0) 推荐(0)