摘要: A-o-padding: 无需多言,循环输出 \(n- len(s)\) 次字符 "o",输出完直接输出 s。 代码 #include<bits/stdc++.h> using namespace std; int n; string s; int main(){ cin >> n >> s; fo 阅读全文
posted @ 2025-12-20 17:53 Cai_hy 阅读(6) 评论(0) 推荐(0)