标签:结构 程序 nbsp can etc int put scanf 设计
#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);
getch();
}
标签:结构 程序 nbsp can etc int put scanf 设计
原文地址:http://www.cnblogs.com/KLDYG/p/6399082.html