摘要: 跳石板---牛客网 #include <iostream> #include<vector> #include<math.h> using namespace std; //计算第i个的全部余数 //因为复杂度限制 所以值遍历到平方的位置 void getsum(int n, vector<int>& v) { for 阅读全文
posted @ 2022-10-04 16:30 lemon-Breeze 阅读(42) 评论(0) 推荐(0)