摘要:
#include<bits/stdc++.h> using namespace std; int temp = 1; int count1 =0; void cout1(int k, int j) { for (int i = 0; i < k; i++) { cout << i+j; if (i 阅读全文
posted @ 2022-03-22 20:34
Dsad123FFFG6645
阅读(314)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; int num, sum,sum1=0,count1 =0, r; int a[100]; vector<int>vec; int main() { for (int i = 0; i < 100; i++) 阅读全文
posted @ 2022-03-22 20:31
Dsad123FFFG6645
阅读(58)
评论(0)
推荐(0)
摘要:
//[[1,0]]表示学1之前要先学0 class Solution { public: bool canFinish(int numCourses, vector<vector<int>>& prerequisites) { vector<int> vec(numCourses);//记录所有顶点 阅读全文
posted @ 2022-03-22 20:27
Dsad123FFFG6645
阅读(29)
评论(0)
推荐(0)
摘要:
(38条消息) 图——C++实现_Mind_V的博客-CSDN博客_c++ 图 阅读全文
posted @ 2022-03-22 17:20
Dsad123FFFG6645
阅读(66)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; #define swap1(a,b) do{int c=a, a =b, b =c}while(0) //将k为根的子树调整为大根堆 void HeadAdjust(int a[], int k, int le 阅读全文
posted @ 2022-03-22 12:24
Dsad123FFFG6645
阅读(40)
评论(0)
推荐(0)

浙公网安备 33010602011771号