摘要: 这是第一次S和J可以同时参赛。 T1 很简单,把所有的数字找出来,然后从大到小输出即可。 可爱的代码^_^ #include<bits/stdc++.h> using namespace std; int n; string s; vector<int> v; bool cmp(int a,int 阅读全文
posted @ 2025-11-21 20:47 雪上一枝嵩 阅读(1) 评论(0) 推荐(0)