摘要:
#include #include #include using namespace std; /* 求最小公倍数 */ vector Decomposition(int digit) { int actor = digit; vector arr; for (int i = 2;i Get(vector first,vector second) { ... 阅读全文
posted @ 2018-08-29 23:04
林小雨
阅读(193)
评论(0)
推荐(0)