这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求问做法正确性,感觉会被CCF卡掉》回复:
我用双指针写,因为没判越界从二等奖高分变成了三等奖高分,整整45分呐
```cpp #include using namespace std; int n,a[100005],cnt; bool vis1[100005],vis2[100005]; int main(){ cin>>n; for(int i=1;i >a[i]; }sort(a+1,a+n+1); int ll=1,rr…
```cpp #include using namespace std; int n; string s; vector m; int work(int beg, int end, int root) { if (end == beg) { if (s[beg] == '0') { m[root] = 0; retur…
```cpp #include using namespace std; string temp[27] = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve…
~~看了亿点点大佬的题节后,我也发一篇~~ 我用过: ```cpp #include using namespace std; int main(){ int a,b,d=0; cin>>a>>b; int c[a]; for(int i=0;i >c[i]; }for(int i=1;i b&&c[i]>=c[i]+…
在讨论《求大佬debug》回复:
搞错了,是40分,6个范例超时
```cpp #include using namespace std; string fz(string a){ string b; b+=a[a.length()-1]; for(long long int i=0;i >c; long long int d; cin>>d; while(c.length()<d)…