摘要: A - AtCoder *** Contest 先输出首字母,然后遍历字符串,遇到空格就输出后面的第一个字符。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_wi 阅读全文
posted @ 2024-08-22 21:58 胖柚の工作室 阅读(13) 评论(0) 推荐(0)
摘要: A - Fighting over Candies 简单排序。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie 阅读全文
posted @ 2024-08-22 15:35 胖柚の工作室 阅读(23) 评论(0) 推荐(0)