-
个人简介
我叫Harry , 我有1年8个月码龄 , 请大家多多指教。
这是我的头文件:
/************************************ Note Book: dfs框架: #include<bits/stdc++.h> using namespace std; int n , vsum , v[10] , t[1005]; void dfs(int dep , int v) { if(dep > n) { } else { } } int main() { cin >> n; for(int i = ; i <= n; i++) { cin >> v[i]; } dfs(1 , 0); int cnt = 0; for(int i =1; i <= 1005; i++) { if(t[i] != 0) { cnt++; cout << i << " "; } } cout << endl << cnt; return 0; } ************************************/ #include <iostream> #include <cstdio> #include <iomanip> #include <cmath> #include <algorithm> #include <cstring> #include <string> #include <stack> #include <queue> #include <math.h> #define LL long long using namespace std; const int INF = 0x3f3f3f3f; const int N = 1e5 + 10; int main() { return 0; }
这些是我的朋友(同学):
苏时恩 (2022ts121) Wechat: 19854563516
李昭林 (2022ts270) Wechat: 14749546127
https://api.xecades.xyz/ gravatar:18998801066@139.com
-
通过的题目
题目标签
- 语言基础
- 37
- 循环语句
- 31
- 语言入门
- 24
- 动态规划
- 15
- 竞赛
- 13
- 其他
- 12
- 选择语句
- 12
- 字符串
- 10
- NOIP
- 8
- 输入输出
- 8
- 字符数组
- 8
- 递归
- 7
- 搜索
- 7
- 树形DP
- 5
- USACO
- 5
- 普及组
- 5
- 一本通
- 4
- 年份
- 4
- 位运算
- 4
- 数据结构
- 4