套汇问题

#include <iostream> #include <fstream> #include <string> using namespace std; const int MAX = 10; string name[MAX]; double r[MAX][MAX]; //r[i][j]表示货币i与货币j的兑换率 double max(double a, double b) { r
相关文章
相关标签/搜索