摘要: 题目如下: 思路: 1.数据很小 可以开数组解决 代码如下: #include<cstdio> #include<iostream> using namespace std; int a[1010][1010]; int ans=0,n; bool flag=false; int f(int i,i 阅读全文
posted @ 2020-06-26 10:10 miao-xixixi 阅读(272) 评论(0) 推荐(0)