摘要: 编程题 1. 最小位数和 第二次做还卡了半天50%,需要考虑到%结果为0不打印的情况 #include <iostream> #include <vector> using namespace std; void S(vector<int>& nums) { string str; for (int 阅读全文
posted @ 2022-09-02 23:54 YaosGHC 阅读(30) 评论(0) 推荐(0)