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 |
这段代码有问题吗?In Reply To:Wrong Answer?Incredible! Posted by:stoundmire at 2007-07-31 09:16:19 #include<stdio.h> int main() { int tc,t; scanf("%d",&tc); for(t=1;t<=tc;t++) { int cent; int q,d,n,p; scanf("%d",¢); q=cent/25;cent%=25; d=cent/10;cent%=10; n=cent/5;cent%=5; p=cent; printf("%d %d QUARTER(S), %d DIME(S), %d NICKLE(S), %d PENNY(S)\n", t,q,d,n,p); } return 0; } Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator