摘要: 题目链接:https://www.luogu.com.cn/problem/P3389 题目大意:略 解题思路:略(因为是模板题) 示例程序: #include <bits/stdc++.h> using namespace std; const int maxn = 110; const doub 阅读全文
posted @ 2024-12-15 17:25 quanjun 阅读(36) 评论(0) 推荐(0)
摘要: 题目链接:http://poj.org/problem?id=1681 题目大意:略 解题思路:略(因为是模板题) 示例程序: #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> using na 阅读全文
posted @ 2024-12-15 17:25 quanjun 阅读(24) 评论(0) 推荐(0)