摘要:
点击查看代码 #include<iostream> #include<cstdio> using namespace std; double a,b,c,d,a1,b1,c1,d1;// 题目要的数据是小数点后2位所以定义首先用double int num;// num用来记录解的个数 因为一元三次 阅读全文
posted @ 2025-11-24 09:43
AnoSky
阅读(3)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=140; int n,ans; vector<int> A,rA; string s; //读入函数 void init() { //初始化读入数组,要区分数字大于10的情 阅读全文
posted @ 2025-11-24 09:26
AnoSky
阅读(3)
评论(0)
推荐(0)

点击查看代码 #include <iostream> using namespace std; const int N = 1005; int n, pre[N][N], ans; int main() { cin >> n; for (int i = 1; i <= n; i++) { for (
浙公网安备 33010602011771号