玄骨
玄骨
全部文章
分类
归档
标签
去牛客网
登录
/
注册
玄骨的博客
全部文章
(共23篇)
题解 | 单组_二维数组
#include<bits/stdc++.h> using namespace std; const int N=1e9+1; int main(){ ios::sync_with_stdio(false); cin.tie(0); long long n,m; ...
2025-10-22
2
16
题解 | 仰望水面的歪
#include<bits/stdc++.h> using namespace std; int gcd(int a,int b){ if(b==0){ return a; }else{ return gcd(b,a%b); } }...
2025-10-22
2
20
题解 | 小红的375
#include <iostream> using namespace std; string b[8]={"500","000","750","250","125","375&...
2025-10-16
2
23
首页
上一页
1
2
3
下一页
末页