POJ1990 题解
题目大意:
思路:
代码:
//POJ.1990
//Author: Prgl
//06-11-2021 23:44:04(UTC+8)
#include<bits/stdc++.h>
using namespace std;
#define IOS ios::sync_with_stdio(0),cin.tie(0),cout.tie(0)
typedef long long ll;
typedef pair<int, int>P;
typedef vector<i
原创
2021-06-13 23:27:03 ·
326 阅读 ·
1 评论