摘要: A 模拟 点击查看代码 #include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; int cnt=0; while(n>500){ ++cnt; n-=500; } char c='A'+cnt; string s 阅读全文
posted @ 2025-02-15 20:42 归游 阅读(38) 评论(2) 推荐(0)