摘要: A - Trapezoids #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); int a, 阅读全文
posted @ 2024-08-16 12:34 胖柚の工作室 阅读(17) 评论(0) 推荐(0)