摘要: #include<stdio.h> void main() { int iX,iY; printf("please intput a integer:"); scanf("%d",&iX); iY=iX; if(iX<0) iY=-iX; printf("\n|%d|=%d",iX,iY); get 阅读全文
posted @ 2017-02-14 19:48 KLDYG 阅读(1302) 评论(0) 推荐(0) 编辑