#includeusing namespace std;int main(){ int a[10000]; int t; while(cin>>t&&t){ int sum=0; int b[2][6]={ {100,50,10,5,2,1}, {0, 0, 0, 0,0,0} }; for(int i=0; i >a[i]; for(int i=0; i
本文共 356 字,大约阅读时间需要 1 分钟。
#includeusing namespace std;int main(){ int a[10000]; int t; while(cin>>t&&t){ int sum=0; int b[2][6]={ {100,50,10,5,2,1}, {0, 0, 0, 0,0,0} }; for(int i=0; i >a[i]; for(int i=0; i
转载于:https://my.oschina.net/dianpaopao/blog/83006