摘要: A - Two Rectangles #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); in 阅读全文
posted @ 2024-08-27 14:46 胖柚の工作室 阅读(11) 评论(0) 推荐(0)
摘要: A - Haiku 直接模拟。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); strin 阅读全文
posted @ 2024-08-27 10:36 胖柚の工作室 阅读(44) 评论(0) 推荐(0)