Loading

摘要: A - A - ?UPC 题意 给定字符串\(s\),输出\(s\)首个字符与\(UPC\)组成的字符串 思路 模拟 代码 点击查看代码 #include <bits/stdc++.h> using namespace std; #define int long long typedef pair< 阅读全文
posted @ 2025-01-18 13:28 _SeiI 阅读(39) 评论(0) 推荐(0)