摘要:
#include #include using namespace std; int main() { const int V[6] = {1,5,10,50,100,500}; int A; int C[6]; cout>C[j]; } cout>A; int ans=0; for(int i=5; i>=0; i--) { int t=min(A/V[i],C[i... 阅读全文
posted @ 2019-09-19 19:39
Maggieisxin
阅读(121)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std;const int Max = 5; int fill_array(double ar[],int limit){ using namespace std; double temp; int i; for(i=0;i<lim 阅读全文
posted @ 2019-09-19 11:35
Maggieisxin
阅读(132)
评论(0)
推荐(0)

浙公网安备 33010602011771号