摘要:
1、#include<iostream.h>void main(){ unsigned int x; int y1,y2,y3,y4; cout<<"输入一个4位无号符整数"<<endl; cin>>x; y1=x%10; y2=x/10%10; y3=x/100%10; y4=x/1000%10; cout<<"反序输出:"<<y1<<y2<<y3<<y4<<endl;}2、#include<iostream.h>int 阅读全文
posted @ 2012-12-11 14:01
GeT.òuT。
阅读(107)
评论(1)
推荐(0)
浙公网安备 33010602011771号