这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main(){ int m,n=1; cin>>m; int power=32; while(m!=0){ if(m>pow(power,4)){ m-=pow(power,4); n++; }else if(m==pow(power,4…
```cpp #include using namespace std; int V[10005],u[10005],dp[10005]; int main(){ int v,n,c; cin>>v>>n>>c; for(int i=1;i >V[i]>>u[i]; } for(int i=1;i =u[i];j--)…
在讨论《90pts求调回关》回复:
谢谢已过@[DX3906_ourstar](luogu://user/1268524)
```cpp #include #define S (a+b+c)/2 using namespace std; int main(){ double a,b,c; cin>>a>>b>>c; if(a+b b||a-b>c||b-c>a||c-a>b||b-a>c||c-b>a){ cout<<"No solutio…
```cpp /* 清平乐 ·国王修路 [现代]sqrt_PI 修理最少,能绕就要绕。两个矩阵准备好,Floyd最少。 通了就免费过,不通不少不多,要是两点没路,无穷演都不演。 */ #include #define sqrt_PI return 0;//神奇の防伪标示 using namespace std; int…
75pts 救我 ```cpp #include using namespace std; #define int long long string op[1005],ab[10005]; bool QWQ(string ab){ ab+='.'; int a=0,b=0,c=0,d=0,e=0,zt=1; int a…
在讨论《75pts》回复:
……
75pts 救我 ```cpp #include using namespace std; #define int long long string op[1005],ab[10005]; bool QWQ(string ab){ ab+='.'; int a=0,b=0,c=0,d=0,e=0,zt=1; int a…
在文章《题解:P11768 破自行车》发表评论:
666昨天我看你还是橙名
在文章《题解:P11768 破自行车》发表评论:
nb
在讨论《疑似出题人点错了》回复:
:)
在讨论《疑似出题人点错了》回复:
@[lzx111218](luogu://user/1405906) 不用函数实在有点肝
在讨论《2025 年春节管理组休假通告》回复:
- [ ] @[小粉兔](luogu://user/10703)这个比赛适合新手嘛?
# 这是道十分令人~~肝疼~~感到简单的题。 \ [传送门](https://www.luogu.com.cn/problem/P1553#submit)\ \ 我们以string读入\ 在此之前我们需要定义一个删前导zero的函数 ```cpp string first0(string s) { while(s.si…
在讨论《全WA》回复:
虽然看不懂一部分,但包关的。
```cpp #include using namespace std; int a[1000006]; int main(){ int n,m; cin>>n>>m; for(int i=1;i >a[i]; } for(int i=1;i >q; int l=1,r=n; while(l<r){ int mid=l…
$75pts$\ ## 救我 ```cpp #include using namespace std; #define int long long string op[1005],ab[10005]; bool QWQ(string ab){ ab+='.'; int a=0,b=0,c=0,d=0,e=0,zt=1;…
救救我\ 我只是个刚会编程的 # 蒟蒻 ```cpp #include using namespace std; string op[1005],ab[10005]; bool QWQ(string ab){ ab+='.'; int a=0,b=0,c=0,d=0,e=0,zt=1; int abc=0; for(i…