| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:为什么会WA呢?高手指点啊In Reply To:为什么会WA呢?高手指点啊 Posted by:00 at 2005-06-29 10:45:20 > #include<iostream.h>
> int i,j;
> void main()
> {
> for(i=2992;i<10000;i++)
> {
> int a=0,b=0;
> j=i;
> a+=j%10;
> a+=(j-j%10)/10%10;
> a+=j/1000;
> a+=(j-j/1000*1000)/100;
> b+=j%16;
> j/=16;
> b+=j%16;
> j/=16;
> b+=j%16;
> j/=16;
> b+=j%16;
> if(a==b)
> cout<<i<<endl;
> }
> }
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator