11 2020 档案

摘要:B 思想:dfs 答案: 55965365465060 #include<iostream> #include<stdio.h> #include<string.h> #include<vector> using namespace std; typedef long long ll; const 阅读全文
posted @ 2020-11-10 14:34 sqsq 阅读(247) 评论(0) 推荐(0) 编辑
摘要:C题 蛇形填数 答案: 761 代码: 简洁 #include<iostream> #include<stdio.h> #include<string.h> using namespace std; const int maxn = 50; int a[maxn][maxn]; int main() 阅读全文
posted @ 2020-11-09 19:09 sqsq 阅读(374) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int dp[7][7]; int ans=0; int dx[]={-1,1,0,0}; int dy[]={0,0,-1,1}; bool v 阅读全文
posted @ 2020-11-01 21:13 sqsq 阅读(176) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示